Go to file
Hans Fast f7ae76a135 finish readme 2025-03-29 11:20:43 +01:00
README.md finish readme 2025-03-29 11:20:43 +01:00
site.ori add example files and readme 2025-03-29 11:18:20 +01:00
transform-postcss.js add example files and readme 2025-03-29 11:18:20 +01:00

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.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.