Skip to content

Commit 8a153c2

Browse files
authored
Update frame.sass
1 parent 7cc3ed6 commit 8a153c2

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

assets/css/frame.sass

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
---
22
---
33

4-
@import index
5-
@import font
6-
@import basic
7-
@import layout
8-
@import classes
4+
@import index, font, basic, layout, classes
95

106
html
11-
background: linear-gradient(to top, darkslategray, lemonchiffon)
7+
background: linear-gradient(to top, darkslategray, lemonchiffon)
128
padding: 0 calc(38% - 22em)
139

1410
body
1511
box-shadow: 0 0 .3em lighten($dark, 65%)
1612

1713
body > header, body > footer
18-
background: darkslategray
14+
background: darkslategray
1915
color: $light
2016

2117
@media (min-width: 32em)

0 commit comments

Comments
 (0)