Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.07 KB

Blue Button 2.0 CSS Resources

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.

Related Repositories

Blue Button Static Site Repository

Blue Button Developer Sandbox Repository

MacOS/Linux Usage Instructions

First, clone the package to get started. Navigate to the your desired directory and run:

git clone [email protected]: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