|
|
||
|---|---|---|
| README.md | ||
| site.ori | ||
| transform-postcss.js | ||
README.md
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.