UNPKG

postcss-scopeify-everything

Version:
6 lines (4 loc) 101 B
module.exports = scopeifyElement; function scopeifyElement(selector) { return selector + '_el'; }