File tree Expand file tree Collapse file tree 1 file changed +32
-36
lines changed Expand file tree Collapse file tree 1 file changed +32
-36
lines changed Original file line number Diff line number Diff line change 2
2
---
3
3
4
4
/*
5
- * Minimal Mistakes Jekyll Theme
6
- *
7
- * - Michael Rose
8
- * - mademistakes.com
9
- * - https://twitter.com/mmistakes
10
- *
11
- */
5
+ * This file controls what is imported from /_sass
6
+ */
12
7
13
8
@import " vendor/breakpoint/breakpoint" ; // media query mixins
14
9
15
- @import " themes" ;
16
- @import " variables" ;
17
- @import " mixins" ;
18
- @import " vendor/susy/susy" ;
19
-
20
- @import " reset" ;
21
- @import " base" ;
22
-
23
- @import " utilities" ;
24
- @import " animations" ;
25
- @import " tables" ;
26
- @import " buttons" ;
27
- @import " notices" ;
28
- @import " masthead" ;
29
- @import " navigation" ;
30
- @import " footer" ;
31
- @import " syntax" ;
32
-
33
- @import " forms" ;
34
-
35
- @import " page" ;
36
- @import " archive" ;
37
- @import " sidebar" ;
38
-
39
- @import " vendor/font-awesome/fontawesome" ;
40
- @import " vendor/font-awesome/solid" ;
41
- @import " vendor/font-awesome/brands" ;
42
- @import " vendor/magnific-popup/magnific-popup" ;
43
- @import " print" ;
10
+ @import
11
+ " themes" ,
12
+ " variables" ,
13
+ " mixins" ,
14
+ " vendor/susy/susy" ,
15
+
16
+ " reset" ,
17
+ " base" ,
18
+
19
+ " utilities" ,
20
+ " animations" ,
21
+ " tables" ,
22
+ " buttons" ,
23
+ " notices" ,
24
+ " masthead" ,
25
+ " navigation" ,
26
+ " footer" ,
27
+ " syntax" ,
28
+
29
+ " forms" ,
30
+ " page" ,
31
+ " archive" ,
32
+ " sidebar" ,
33
+
34
+ " vendor/font-awesome/fontawesome" ,
35
+ " vendor/font-awesome/solid" ,
36
+ " vendor/font-awesome/brands" ,
37
+ " vendor/magnific-popup/magnific-popup" ,
38
+ " print"
39
+ ;
You can’t perform that action at this time.
0 commit comments