From 54624042262ffba6baff5bcce6f1ac0ae8150ca9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Oct 2017 12:24:25 +0300 Subject: [PATCH 1/3] npm scripts: quote globs. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3a123a78e..0b4958ff5 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ "css-docs": "npm-run-all --parallel css-lint-docs css-compile-docs --sequential css-prefix-docs css-minify-docs", "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css", "css-compile-docs": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 assets/scss/docs.scss assets/css/docs.min.css", - "css-lint": "stylelint --config build/.stylelintrc --syntax scss scss/**/*.scss", - "css-lint-docs": "stylelint --config build/.stylelintrc --syntax scss assets/scss/*.scss", - "css-prefix": "postcss --config build/postcss.config.js --replace dist/css/*.css", + "css-lint": "stylelint --config build/.stylelintrc --syntax scss \"scss/**/*.scss\"", + "css-lint-docs": "stylelint --config build/.stylelintrc --syntax scss \"assets/scss/*.scss\"", + "css-prefix": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\"", "css-prefix-docs": "postcss --config build/postcss.config.js --no-map --replace assets/css/docs.min.css", "css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css", "css-minify-docs": "cleancss --level 1 --source-map --source-map-inline-sources --output assets/css/docs.min.css assets/css/docs.min.css", @@ -49,7 +49,7 @@ "docs-compile": "bundle exec jekyll build", "postdocs-compile": "npm run docs-workbox-precache", "docs-github": "shx echo \"github: true\" > twbsconfig.yml && npm run docs-compile -- --config _config.yml,twbsconfig.yml && shx rm ./twbsconfig.yml", - "docs-lint": "htmllint --rc build/.htmllintrc _gh_pages/*.html _gh_pages/**/*.html js/tests/visual/*.html", + "docs-lint": "htmllint --rc build/.htmllintrc \"_gh_pages/**/*.html\" \"js/tests/**/*.html\"", "docs-serve": "bundle exec jekyll serve", "docs-upload-preview": "build/upload-preview.sh", "docs-workbox-precache": "node build/workbox.js", From 9289773b8a496d1781655f944ec133eb9a781117 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Oct 2017 12:36:17 +0300 Subject: [PATCH 2/3] content/images.md: fix indentation in `picture` snippet. --- docs/4.0/content/images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/4.0/content/images.md b/docs/4.0/content/images.md index 4601dcc6d..5c8e19470 100644 --- a/docs/4.0/content/images.md +++ b/docs/4.0/content/images.md @@ -77,7 +77,7 @@ If you are using the `` element to specify multiple `` elements {% highlight html %} ​ - - ... + + ... {% endhighlight %} From 1c24bdeca89e419da5ad2fc819e43fb96a912019 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Oct 2017 12:46:36 +0300 Subject: [PATCH 3/3] Remove double spaces. --- docs/4.0/components/card.md | 2 +- docs/4.0/components/collapse.md | 2 +- docs/4.0/components/list-group.md | 2 +- docs/4.0/examples/dashboard/index.html | 2 +- docs/4.0/utilities/vertical-align.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/4.0/components/card.md b/docs/4.0/components/card.md index 9db9bc3c9..5da0ef039 100644 --- a/docs/4.0/components/card.md +++ b/docs/4.0/components/card.md @@ -47,7 +47,7 @@ The building block of a card is the `.card-body`. Use it whenever you need a pad ### Titles, text, and links -Card titles are used by adding `.card-title` to a `` tag. In the same way, links are added and placed next to each other by adding `.card-link` to a `` tag. +Card titles are used by adding `.card-title` to a `` tag. In the same way, links are added and placed next to each other by adding `.card-link` to an `` tag. Subtitles are used by adding a `.card-subtitle` to a `` tag. If the `.card-title` and the `.card-subtitle` items are placed in a `.card-body` item, the card title and subtitle are aligned nicely. diff --git a/docs/4.0/components/collapse.md b/docs/4.0/components/collapse.md index 536cc177f..a34ffeb7b 100644 --- a/docs/4.0/components/collapse.md +++ b/docs/4.0/components/collapse.md @@ -35,7 +35,7 @@ You can use a link with the `href` attribute, or a button with the `data-target` ## Multiple targets A `