Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-01-05 21:59:44 +0300
committerGitHub <noreply@github.com>2019-01-05 21:59:44 +0300
commitd1067d7c35877588e27d3a559802f8606ba36120 (patch)
tree17523e12944d05d147b3de35e558ba9b91cf1d33 /site/docs/4.2/examples
parentf21b5f9e981dac76e91fa1d10a580fd3e4227d8c (diff)
Switch to our Stylelint config. (#27974)
Diffstat (limited to 'site/docs/4.2/examples')
-rw-r--r--site/docs/4.2/examples/.stylelintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/docs/4.2/examples/.stylelintrc b/site/docs/4.2/examples/.stylelintrc
index 5c3be6d59d..283c36b6fb 100644
--- a/site/docs/4.2/examples/.stylelintrc
+++ b/site/docs/4.2/examples/.stylelintrc
@@ -1,5 +1,7 @@
{
- "extends": "../../../../.stylelintrc",
+ "extends": [
+ "stylelint-config-bootstrap/css"
+ ],
"rules": {
"at-rule-no-vendor-prefix": null,
"comment-empty-line-before": null,