blob: da522e14bda4705cfbaf75dd0ba7e389115f1222 (
plain)
- // Colors
- //
- // (don't use these directly - only referenced by other variables)
- //
- // No styleguide reference.
- $black: black;
- $white: white;
- $green: darkgreen;
- // color model
- $colorBase: $black;
- $colorBg: $white;
- $colorPrimary: $green;
- $baseTextColor: $colorBase;
- $linkColor: $colorBase;
- $linkHoverColor: $colorPrimary;
- $headerColor: $colorPrimary;
- // Media
- //
- // No styleguide reference.
- $wide: 900px;
- // Framework integrations
- //
- // No styleguide reference.
- @import "base-typey";
- @import "base-normalize";
|