@import "h5bp"; @import "compass"; @import "fancy-buttons"; // @import "partials/base"; // compass $link-color: white; // $link-hover-color: white; // $link-visited-color: white; // h5bp $line-height: 1.4; $font-color: lightblue; $font-family: sans-serif; $font-size: 1em; $selected-font-color: yellow; $selected-background-color: orange; @include h5bp-normalize; body { background-color: darkred; } article { text-align: center; } button { @include fancy-button(gold, 2em, 1em); } a { @include link-colors($link-color); }