PostCSS base for building and prototyping quickly.
Runs entirely with npm modules - there is no need for other build tools. The goal is to make this less fragile over time.
npm install
npm start
These PostCSS plugins accomplish a lot of what I want in a framework for writing DRY CSS. There are plugins that could better suit keeping sass-y-er, but I chose to only adopt plugins that fit my needs.
Much credit to mrmrs and jongold for influencing the direction.