UNPKG

babel-plugin-styled-components

Version:

Improve the debugging experience and add server-side rendering support to styled-components

9 lines (8 loc) 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = prefixLeadingDigit; function prefixLeadingDigit(str) { return str.replace(/^(\d)/, 'sc-$1'); }