gist-weborigami-postcss/README.md

9 lines
468 B
Markdown

# Using PostCSS in Web Origami
An example of using [PostCSS](https://postcss.org) in [Web Origami](https://weborigami.org).
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.js` uses PostCSS to process a CSS file.
* `site.ori` maps the output from `transform-postcss.js` to a CSS file and a source map file.