finish readme

This commit is contained in:
Hans Fast 2025-03-29 11:20:43 +01:00
parent 3428962d1b
commit f7ae76a135
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ An example of using [PostCSS](https://postcss.org) in [Web Origami](https://webo
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.
`post
* `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.