CU Boulder Web Styleguide

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/

Local Development

Dependencies

  • Bundler
  • Compass
  • Gulp
  • Jekyll

Jekyll Commands

bundle exec jekyll serve (Run this from /docs)

SASS/CSS Compile/Build Commands

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)