This is meant to be the central hub for all of the CSS resources used by the Blue Button Static Site, the Blue Button Developer Sandbox, as well as any other necessary or future projects.
Blue Button Static Site Repository
Blue Button Developer Sandbox Repository
First, clone the package to get started. Navigate to the your desired directory and run:
git clone [email protected]:CMSgov/bluebutton-css.gitThen:
cd bluebutton-cssYou'll need to make sure you have NodeJS installed. Click here to find out more about NodeJS. Once you have NodeJs installed, run:
npm iTo export the CSS once, run:
npm run gulpTo watch the SCSS files for changes, run:
npm run gulp watch