The CU Boulder Web Styleguide is a collection of reusable styles and components for use on official campus web projects.
The design and content of this style guide is a work in progress, but is being actively worked on.
The styleguide can be viewed at https://cuboulder.github.io/styleguide/
- Bundler
- Compass
- Gulp
- Jekyll
bundle exec jekyll serve (Run this from /docs)
gulp (Run this from root. This creates watchers for scss and css directories. Changes to scss directory compile files and save them to css directory. Changes to css directory are copied to docs/css)