Skip to content

Commit

Permalink
Fixed stylesheet not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
invmatt committed Feb 6, 2014
1 parent da2fe9e commit 26f6417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ $base-font-size: 14 !default;
$regular-font-stack: "Helvetica", "Arial", sans-serif;
$monospace-font-stack: "Consolas", "DejaVu Sans Mono", "Courier", monospace;

@import "helpers/reset";
@import "helpers/mixins";
@import "helpers/reset";
@import "helpers/spacing-helpers";
@import "helpers/layout-helpers";
@import "helpers/block-helpers";
Expand Down

0 comments on commit 26f6417

Please sign in to comment.