rework-suffixer

0.0.1 • Public • Published

Rework Suffix

Build Status

Suffix all of you css selectors with anything

npm i rework-suffixer
rework(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"

/rework-suffixer/

    Package Sidebar

    Install

    npm i rework-suffixer

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • samccone