Skip to content

ianstormtaylor/rework-pure-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This was the way we used to approach writing CSS at Segment.io and it inspired us to make Myth, which is where future development for this idea will be happening.


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