Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f091c0d1
Unverified
Commit
f091c0d1
authored
4 years ago
by
XhmikosR
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
package.json: fix clean-css level switch (#32097)
parent
c0d1ed57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+1
-1
package.json
with
1 addition
and
1 deletion
+1
-1
package.json
+
1
-
1
View file @
f091c0d1
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
"css-lint"
:
"npm-run-all --continue-on-error --parallel css-lint-*"
,
"css-lint"
:
"npm-run-all --continue-on-error --parallel css-lint-*"
,
"css-lint-stylelint"
:
"stylelint
\"
**/*.{css,scss}
\"
--cache --cache-location .cache/.stylelintcache --rd"
,
"css-lint-stylelint"
:
"stylelint
\"
**/*.{css,scss}
\"
--cache --cache-location .cache/.stylelintcache --rd"
,
"css-lint-vars"
:
"fusv scss/ site/assets/scss/"
,
"css-lint-vars"
:
"fusv scss/ site/assets/scss/"
,
"css-minify"
:
"cleancss -
-level
1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss -
-level
1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss -
-level
1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-utilities.min.css dist/css/bootstrap-utilities.css && cleancss -
-level
1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css"
,
"css-minify"
:
"cleancss -
O
1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss -
O
1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss -
O
1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-utilities.min.css dist/css/bootstrap-utilities.css && cleancss -
O
1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css"
,
"css-prefix"
:
"npm-run-all --parallel css-prefix-*"
,
"css-prefix"
:
"npm-run-all --parallel css-prefix-*"
,
"css-prefix-main"
:
"postcss --config build/postcss.config.js --replace
\"
dist/css/*.css
\"
\"
!dist/css/*.min.css
\"
"
,
"css-prefix-main"
:
"postcss --config build/postcss.config.js --replace
\"
dist/css/*.css
\"
\"
!dist/css/*.min.css
\"
"
,
"css-prefix-examples"
:
"postcss --config build/postcss.config.js --replace
\"
site/content/**/*.css
\"
"
,
"css-prefix-examples"
:
"postcss --config build/postcss.config.js --replace
\"
site/content/**/*.css
\"
"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment