rework-pure-css

0.0.4 • Public • Published

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.

Installation

$ npm install rework-pure-css

Example

var pure = require('rework-pure-css');
 
rework(css)
  .use(pure)
  .toString();

Plugins

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i rework-pure-css

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • ianstormtaylor