rework-suffixer
v0.0.1
Published
[](https://travis-ci.org/samccone/rework-suffix)
Downloads
24
Readme
Rework Suffix
Suffix all of you css selectors with anything
npm i rework-suffixerrework(str)
.use(function(node){return require('rework-suffixer')(node, {suffix: ".wow"})})Turns
h1 body html div input[type="bam"] { color: red; }
/* into */
h1 body html div input[type="bam"].wow { color: red; }API
- Options
This tool takes a single option object with a single pair of
suffix: ".bam"