wvuweb / brand-patterns

Theme for Brand Patterns
1 stars 2 forks source link

Brand Patterns

Theme Name: Brand Patterns

Theme Description: Theme for Brand Patterns.

Developers name(s): May Day

Bitbucket repository URL: https://bitbucket.org/wvudigital/brand-patterns

Dependencies necessary to work with this theme: Sass.

Other notes, comments, or reminders:

  1. Copy the files you want from the WVU Brand Patterns theme into your new theme.
  2. Paste the following commands in Terminal from within your theme's top-level directory: sass --watch scss/styles.scss:stylesheets/styles.css and, in a new terminal window inside your theme, sass --watch scss/ie8.scss:stylesheets/ie8.css or use Gulp to compile your Sass.
  3. Test your theme in Hammer.
  4. Push and sync your theme in CleanSlate.

Need some help? Read the CleanSlate documentation.

Gulp & Brand Patterns

Many people prefer using Gulp to compile their Sass.

Requirements

Note: the gulpfile.js in its base form will only compile your Sass. Feel free to extend it for your needs.