Skip to content

Commit d903903

Browse files
author
mrmrs
committed
Moving normalize to be a partial as...that's what it is.
Adding grid and styles to include file by default.
1 parent 21945da commit d903903

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
File renamed without changes.

_sass/_styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Your styles here.

_sass/i.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
// Include all partials you want compiled to i.css. You don't need to include the _ (underscore). Hooray.
22
@import "normalize";
3+
@import "grid";
4+
@import "styles";

0 commit comments

Comments
 (0)