468 B
468 B
Using PostCSS in Web Origami
An example of using PostCSS in Web Origami.
This repo is a 'gist'-style partial example. It only contains two files for demonstrating the use of PostCSS, not all the dependencies required for running an actual development server.
transform-postcss.jsuses PostCSS to process a CSS file.site.orimaps the output fromtransform-postcss.jsto a CSS file and a source map file.