A talk for CSSConf, May 28th, 2013
The slides can be static. You can view them at: http://alexsexton.com/talks/abusing-preprocessor-asts
npm install serve -g
cd abusing-preprocessor-asts
serve .
open http://127.0.0.1:3000
The demo requires an express server. It lives in the example
folder.
cd abusing-preprocessor-asts
npm install
cd example
npm install
node app.js
open http://127.0.0.1:3001
Also check out http://127.0.0.1:3001/example.css and http://127.0.0.1:3001/example.css.json