Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/* Scss Document */
// Load variables for this paticular Sherman color scheme.
@import "_sherman-variables-hotpink.scss";
// adjustments to Bootstrap or Cornerstone variables. Things like font size, rounded corners, margins. Anything not color related.
@import "_sherman-variables-common.scss";
// loads bootstrap, and cornerstone.
@import "../../cornerstone/style.scss";
// Now... load styles that are particular to sherman. The gradient header, for instance.
@import "_sherman-common.scss";