Skip to content

Instantly share code, notes, and snippets.

@kneath
Created December 14, 2012 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kneath/4289607 to your computer and use it in GitHub Desktop.
Save kneath/4289607 to your computer and use it in GitHub Desktop.
<%= kss_block '11.1' do %>
<div style="background:#4183c4;" class="styleguide-color">$brand-linkBlue</div>
<div style="background:#999;" class="styleguide-color">$brand-lightGrey</div>
<div style="background:#666;" class="styleguide-color">$brand-medGrey</div>
<div style="background:#333;" class="styleguide-color">$brand-darkGrey</div>
<div style="background:#6CC644;" class="styleguide-color">$brand-green</div>
<div style="background:#BD2C00;" class="styleguide-color">$brand-red</div>
<div style="background:#f93;" class="styleguide-color">$brand-orange</div>
<% end %>
// Brand colors
//
// Styleguide 11.1
$brand-linkBlue: #4183c4 !default;
$brand-lightGrey: #999 !default;
$brand-medGrey: #666 !default;
$brand-darkGrey: #333 !default;
$brand-green: #6CC644 !default;
$brand-red: #BD2C00 !default;
$brand-orange: #f93 !default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment