Sample files to use PostCSS with Felt.
You can use favorite PostCSS plugins by adding to the config file.
Install Felt from npm.
$ npm install -g feltInstall plugins for PostCSS.
$ npm installRun Felt with a config file.
$ felt --config felt.config.jsYou can see the site at http://localhost:3000/ with transformed CSS.
If you want to use other PostCSS plugins, Please add to felt.config.js and package.json.
So you can use any PostCSS plugins with Felt.