1- @import ' fonts' ;
2- @import ' colors' ;
3- @import ' code' ;
4- @import ' grid' ;
1+ @import ' ./ fonts.scss ' ;
2+ @import ' ./ colors.scss ' ;
3+ @import ' ./ code.scss ' ;
4+ @import ' ./ grid.scss ' ;
55
6- @import ' components' ;
7- @import ' ./routes/docs' ;
6+ @import ' ./ components.scss ' ;
7+ @import ' ./routes/docs.scss ' ;
88
99* {
1010 box-sizing : border-box ;
1111}
1212
13- html , body {
13+ html ,
14+ body {
1415 margin : 0 ;
1516 padding : 0 ;
1617 font-family : OfficeCodePro, Consolas, Inconsolata, monspace;
@@ -37,17 +38,19 @@ textarea {
3738 max-width : 100% ;
3839 transition : box-shadow 120ms ;
3940 -webkit-appearance : textfield;
40- -moz-appearance : textfield;
41- -ms-appearance : textfield;
42- appearance : textfield;
41+ -moz-appearance : textfield;
42+ -ms-appearance : textfield;
43+ appearance : textfield;
4344
4445 background : $transparent ;
4546 box-shadow : none ;
47+
4648 & :hover {
4749 box-shadow : 0 0 0 3px rgba ($black , 0.1 );
4850 }
4951
50- & :focus , & :active {
52+ & :focus ,
53+ & :active {
5154 outline : none ;
5255 box-shadow : 0 0 0 3px rgba ($black , 0.25 );
5356 }
@@ -84,7 +87,7 @@ header {
8487
8588 svg {
8689 -webkit-filter : drop-shadow (0 1px 2px rgba (0 , 0 , 0 , 0.25 ));
87- filter : drop-shadow (0 1px 2px rgba (0 , 0 , 0 , 0.25 ));
90+ filter : drop-shadow (0 1px 2px rgba (0 , 0 , 0 , 0.25 ));
8891 }
8992
9093 nav {
@@ -107,7 +110,7 @@ header {
107110 }
108111}
109112
110- section > h2 {
113+ section > h2 {
111114 padding : 30px 0 ;
112115 margin : 40px 0 ;
113116}
134137}
135138
136139
137- pre , pre .hljs {
140+ pre ,
141+ pre .hljs {
138142 font-family : ' OfficeCodePro' ;
139143 font-size : 14px ;
140144 background : #FAFAFA ;
@@ -146,6 +150,7 @@ pre, pre.hljs {
146150::selection {
147151 background : #DEDDED ;
148152}
153+
149154::-moz-selection {
150155 background : #DEDDED ;
151156}
@@ -180,14 +185,14 @@ pre, pre.hljs {
180185 width : 100% ;
181186 height : 39px ;
182187 display : -webkit-flex ;
183- display : flex ;
188+ display : flex ;
184189 display : flex ;
185190 border-bottom : 1px solid rgba (255 , 255 , 255 , 0.5 );
186191
187192 a {
188193 margin : 0 ;
189194 -webkit-flex : 1 ;
190- flex : 1 ;
195+ flex : 1 ;
191196 text-align : center ;
192197 line-height : 38px ;
193198 background : rgba (0 , 0 , 0 , 0.4 );
0 commit comments