This repository was archived by the owner on Dec 11, 2021. It is now read-only.
File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "remove-empty-rulesets" : true ,
3
+ "always-semicolon" : true ,
4
+ "color-case" : " lower" ,
5
+ "block-indent" : " \t " ,
6
+ "color-shorthand" : true ,
7
+ "element-case" : " lower" ,
8
+ "eof-newline" : true ,
9
+ "leading-zero" : false ,
10
+ "quotes" : " double" ,
11
+ "sort-order-fallback" : " abc" ,
12
+ "space-before-colon" : " " ,
13
+ "space-after-colon" : " " ,
14
+ "space-before-combinator" : " " ,
15
+ "space-after-combinator" : " " ,
16
+ "space-between-declarations" : " \n " ,
17
+ "space-before-opening-brace" : " " ,
18
+ "space-after-opening-brace" : " \n " ,
19
+ "space-after-selector-delimiter" : " \n " ,
20
+ "space-before-selector-delimiter" : " " ,
21
+ "space-before-closing-brace" : " \n " ,
22
+ "strip-spaces" : true ,
23
+ "unitless-zero" : true
24
+ }
Original file line number Diff line number Diff line change 55
55
"grunt-contrib-jshint" : " 0.10.0" ,
56
56
"grunt-contrib-connect" : " 0.9.0" ,
57
57
"grunt-contrib-watch" : " 0.6.1" ,
58
+ "grunt-csscomb" : " 3.0.0" ,
58
59
"grunt-git-authors" : " 2.0.0" ,
59
60
"grunt-html" : " 1.6.0" ,
60
61
"grunt-jscs" : " 0.6.2" ,
Original file line number Diff line number Diff line change 6
6
// For example, normal: 400;
7
7
$normal : normal ;
8
8
$bold : bold ;
9
-
10
- $root-font :(
9
+ $root-font : (
11
10
color : #222 ,
12
11
font-size : 20px ,
13
12
line-height : 1.5
You can’t perform that action at this time.
0 commit comments