A responsive WordPress theme framework. Uses the Responsive Foundation.
These are the latest versions verified to work with our development setup. Upgrade past these at your own risk.
These instructions assume that you have installed Node and Node Package Manager.
npm install
to pull down development dependencies.grunt
to watch your files as you work.Be sure to commit changes to the generated output files (style.css
, js/script.js
, etc.) along with changes to source files!
npm run styles:lint
: Runs stylelint on all SCSS files to detect style errors.npm run styles:fix
: Automatically fix stylelint errors on all SCSS files.The Customizer color and font palettes generate inline styles that are minified using CSSTidy (the same tool used by BU Custom CSS). CSSTidy is installed into the /vendor/
directory as a dependency using Composer.
To upgrade CSSTidy:
composer.json
and run composer install
or run composer require
/vendor/
directory