simple-css-namespace

1.0.1 • Public • Published

simple-css-namespace

This is a way to simply declare a namespace for all classnames in processed css.

var gulp = require('gulp'),
    namespace = require('simple-css-namespace');
    
gulp.src('stylesheet.css')
  .pipe(namespace('unicorn__'))
  .pipe(gulp.dest('./dest/')

Allowed characters, W3C

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.11latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.11
1.0.00

Package Sidebar

Install

npm i simple-css-namespace

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • wlblanchette