mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
restore original options value
This commit is contained in:
parent
c0200426ee
commit
f1cb57c8c2
1 changed files with 1 additions and 16 deletions
17
Gruntfile.js
17
Gruntfile.js
|
@ -123,22 +123,7 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
csscomb: {
|
csscomb: {
|
||||||
options: {
|
options: {
|
||||||
// sortOrder: '/.csscomb.json',
|
sortOrder: '/.csscomb.json',
|
||||||
"always-semicolon": true,
|
|
||||||
"block-indent": true,
|
|
||||||
"colon-space": true,
|
|
||||||
"color-case": "lower",
|
|
||||||
"color-shorthand": true,
|
|
||||||
"combinator-space": true,
|
|
||||||
"element-case": "lower",
|
|
||||||
"eof-newline": true,
|
|
||||||
"leading-zero": false,
|
|
||||||
"remove-empty-rulesets": true,
|
|
||||||
"rule-indent": true,
|
|
||||||
"stick-brace": "\n",
|
|
||||||
"strip-spaces": true,
|
|
||||||
"unitless-zero": true,
|
|
||||||
"vendor-prefix-align": true
|
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'],
|
'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue