Skip to content

Commit aeb946d

Browse files
committed
fix imports for new scss version
1 parent 48b23f9 commit aeb946d

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

stylesheets/scss/_post.scss

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "load";
2+
13
article {
24
background: #fff;
35
border-radius: 3px;

stylesheets/scss/base.scss

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "load";
2+
13
html, body, div, span, applet, object, iframe,
24
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
35
a, abbr, acronym, address, big, cite, code,

stylesheets/scss/layout.scss

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "load";
2+
13
.l-relative {
24
position: relative;
35
}

stylesheets/scss/type.scss

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "load";
2+
13
.t-display {
24
font: {
35
family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;

0 commit comments

Comments
 (0)