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 git@github.com:CMSgov/bluebutton-css.git
Then:
cd bluebutton-css
You'll need to make sure you have NodeJS installed. Click here to find out more about NodeJS. Once you have NodeJs installed, run:
npm i
Finally, make sure you have Gulp 4.0 installed:
npm i gulp@4
To export the CSS once, run:
gulp
To watch the SCSS files for changes, run:
gulp watch