0.0.4 • Published 10 years ago

rework-pure-css v0.0.4

Weekly downloads
2
License
-
Repository
-
Last release
10 years ago

rework-pure-css

A collection of pure-CSS Rework plugins, so you can write bleeding-edge, spec-compliant CSS and it will get transformed for browsers that haven't caught up yet.

This is nice because it lets you write pure CSS, and as browser support improves you don't have to change a thing.

Note: some things aren't spec'd yet but are extremely obvious candidates, like certain pseudo-elements. It doesn't include controversial features like extend.

Example

var pure = require('rework-pure-css');

rework(css)
  .use(pure)
  .toString();

Plugins

License

MIT