Preview: prefixDigit.js
Size: 194 B
/home/byroehnu/.trash/node_modules11/babel-plugin-styled-components/lib/utils/prefixDigit.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = prefixLeadingDigit;
function prefixLeadingDigit(str) {
return str.replace(/^(\d)/, 'sc-$1');
}
Directory Contents
Dirs: 0 × Files: 6