Front-end foundation for WordPress projects including a page template to view all your styles on one go.
Add this repository to your theme by submoduling it in.
git submodule add [email protected]:9thcirclegames/prometheus.git
This provides a base foundation for styling, including normalize, mixins, etc. Can be included at the top of your master LESS stylesheets:
@import 'prometheus/prometheus.less'
To pull in wp-less and other tools, you can include this line near the top of your functions.php
require_once( 'prometheus/prometheus.php' );