Footer Credits module is a global module that is applied to the footer of all external marketing websites at WVU.
Use Bower to install this module.
$ bower install --save wvu-patterns-footer-credits
To override the default value place the new variable before the default value. Below is an example of how you can override the default breakpoint value. The override will not work if you place it after the default value.
$wvu-footer-breakpoint: 'min-width: 48em' !default;
Requires:
RVM is Preferred but not required
cd {install-dir}/wvu-patterns-footer-credits
gem install bundler
bundle install
npm install
gulp test
will create a build directory so you can view patterngulp ci
will run lint test to make sure .scss file is valid