Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
b5af1c6e
Commit
b5af1c6e
authored
6 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Fix paths.
parent
4317d4fb
2 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package.json
+2
-2
package.json
site/docs/4.1/examples/.eslintrc.json
+1
-1
site/docs/4.1/examples/.eslintrc.json
site/docs/4.1/examples/.stylelintrc
+1
-1
site/docs/4.1/examples/.stylelintrc
with
4 additions
and
4 deletions
+4
-4
package.json
+
2
-
2
View file @
b5af1c6e
...
...
@@ -30,9 +30,9 @@
"css-copy"
:
"shx mkdir -p site/docs/4.1/dist/ && shx cp -r dist/css/ site/docs/4.1/dist/"
,
"css-lint"
:
"stylelint --syntax scss
\"
scss/**/*.scss
\"
"
,
"css-lint-docs"
:
"stylelint --syntax scss
\"
site/docs/4.1/assets/scss/*.scss
\"
&& stylelint
\"
site/docs/**/*.css
\"
"
,
"css-lint-vars"
:
"node build/lint-vars.js scss/ site/docs/
4.1/assets/scss/
"
,
"css-lint-vars"
:
"node build/lint-vars.js scss/ site/docs/"
,
"css-prefix"
:
"postcss --config build/postcss.config.js --replace
\"
dist/css/*.css
\"
\"
!dist/css/*.min.css
\"
"
,
"css-prefix-docs"
:
"postcss --config build/postcss.config.js --replace
\"
site/docs/
4.1/assets/css/docs.min
.css
\"
\"
site/docs/**/*.css
\"
"
,
"css-prefix-docs"
:
"postcss --config build/postcss.config.js --replace
\"
site/docs/
**/*
.css
\"
\"
site/docs/**/*.css
\"
"
,
"css-minify"
:
"cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css"
,
"css-minify-docs"
:
"cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output site/docs/4.1/assets/css/docs.min.css site/docs/4.1/assets/css/docs.min.css"
,
"js"
:
"npm-run-all js-lint* js-compile js-minify js-copy"
,
...
...
This diff is collapsed.
Click to expand it.
site/docs/4.1/examples/.eslintrc.json
+
1
-
1
View file @
b5af1c6e
...
...
@@ -7,5 +7,5 @@
"ecmaVersion"
:
5
,
"sourceType"
:
"script"
},
"extends"
:
"../../../js/tests/unit/.eslintrc.json"
"extends"
:
"../../../
../
js/tests/unit/.eslintrc.json"
}
This diff is collapsed.
Click to expand it.
site/docs/4.1/examples/.stylelintrc
+
1
-
1
View file @
b5af1c6e
{
"extends": "../../../.stylelintrc",
"extends": "../../../.
./.
stylelintrc",
"rules": {
"at-rule-no-vendor-prefix": null,
"comment-empty-line-before": null,
...
...
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
Menu
Explore
Projects
Groups
Snippets