File tree 1 file changed +3
-32
lines changed
1 file changed +3
-32
lines changed Original file line number Diff line number Diff line change @@ -36,41 +36,12 @@ $desktop: $content-width;
36
36
$wide-desktop : 1260px ;
37
37
$mobile : 600px ;
38
38
39
- /* *
40
- * This is a mixin, it's basically a function which will return css.
41
-
42
- This one tests to see what the size of the display is and whatever css
43
- we contain within it when we "call" it will be activated if the device
44
- is satisfied
45
- */
46
- @mixin if-device ($device ) {
47
- @media screen and (max-width : $device ) {
48
- @content ;
49
- }
50
- }
51
-
52
- @mixin column-count ($n ) {
53
- -webkit-column-count : $n ;
54
- -moz-column-count : $n ;
55
- column-count : $n ;
56
- }
57
-
58
- @mixin border-radius ($radius ...) {
59
- -webkit-border-radius : $radius ;
60
- -moz-border-radius : $radius ;
61
- border-radius : $radius ;
62
- }
63
-
64
-
65
39
@import
40
+ " _layouts/mixins" ,
66
41
" _layouts/base" ,
67
42
" _layouts/catmenu" ,
68
- " _layouts/media" ,
69
43
" _layouts/post" ,
70
44
" _layouts/postlists" ,
45
+ " _layouts/sessions" ,
46
+ " _layouts/media"
71
47
72
- " _elements/base" ,
73
- " _elements/catmenu" ,
74
- " _elements/codesnippets" ,
75
- " _elements/post" ,
76
- " _elements/postlists"
You can’t perform that action at this time.
0 commit comments