gist-weborigami-postcss/site.ori

9 lines
248 B
Plaintext

{
//this Origami expression will evaluate to an output directory `/css` containing `style.css` and `style.map.css`
css: {
style.css: transform-postcss.js/css
style.map.css: transform-postcss.js/map
}
//rest of site definition ...
}