auto-bem-scss-commenter
Automatically comment your BEM compliant SCSS files to add class name comments. (inpired by dpellier/bem-comment)
Installation
Auto-bem-scss-commenter can be installed using
$ npm install --save-dev auto-bem-scss-commenter
Usage
// file.scss // .object
auto-bem-scss-commenter file.scss > file.scss
// file.scss // // object .object
auto-bem-scss-commenter -h
for more info
With Node
var bemComment = ;gulp;
The force
option force rewrite all comments
License
Copyright © 2014 Douglas Duteil <douglasduteil@gmail.com>
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See the LICENCE file for more details.