Move sass partials

This commit is contained in:
Oliver Davies 2015-10-26 23:47:13 +00:00
parent 3615ef2c7c
commit 58b5521c4a
11 changed files with 8 additions and 7 deletions

5
sass/_variables.scss Normal file
View file

@ -0,0 +1,5 @@
// Colours.
$dark-gray: #333;
// Font weights.
$semibold: 500;

View file

@ -2,6 +2,5 @@
@import 'compass';
@import 'breakpoint';
@import "variables/**/*";
@import "base/**/*";
@import "components/**/*";
@import "variables";
@import "partials/*";

View file

@ -1 +0,0 @@
$dark-gray: #333;

View file

@ -1,2 +0,0 @@
// Font weights.
$semibold: 500;

File diff suppressed because one or more lines are too long