bootstrap-prefixer
v0.0.8
Published
Prefixes all bootstrap classes with the given string.
Downloads
22
Readme
bootstrap-prefixer
Node tool for prefixing bootstrap's less files.
Usage
bootstrap-prefixer [prefix] [path to bootstrap/less]
For instance bootstrap-prefixer tb- stylesheets/bootstrap/less
would prefix all the classes and mixins with tb-
. That means .btn
would become .tb-btn
etc.
The path to bootstrap/less expects to point to this sort of directory.