1.0.2 • Published 7 years ago

gulp-v-namespace v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

gulp-v-namespace

Adds custom prefix to all class declarations within v-namespace blocks for your CSS/SCSS files under Gulp pipeline.

var vNamespacing = require('gulp-v-namespace');
gulp.src(...).pipe( vNamespacing() )...

For more information on what v-namespace does, go to the standalone version at:

https://github.com/Glidias/v-namespace/