]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Stylelint: Disable `custom-property-empty-line-before`
authorMark Otto <markdotto@gmail.com>
Mon, 23 May 2022 02:24:08 +0000 (19:24 -0700)
committerMark Otto <otto@github.com>
Mon, 23 May 2022 02:58:14 +0000 (19:58 -0700)
14 files changed:
.stylelintrc
scss/_badge.scss
scss/_breadcrumb.scss
scss/_buttons.scss
scss/_dropdown.scss
scss/_nav.scss
scss/_pagination.scss
scss/_popover.scss
scss/_progress.scss
scss/_root.scss
scss/_toasts.scss
scss/_tooltip.scss
scss/mixins/_buttons.scss
scss/mixins/_pagination.scss

index 94c8ec15528b79c9c9898309445cca55f93a0e69..8243d9f28ab654d50b27a34b0502e02cd1e777d3 100644 (file)
@@ -3,6 +3,7 @@
     "stylelint-config-twbs-bootstrap"
   ],
   "rules": {
+    "custom-property-empty-line-before": null,
     "declaration-property-value-disallowed-list": {
       "border": "none",
       "outline": "none"
index dd4fe169121c065dc9dd120ef36fdf6d4a7aeb87..5f1695e7ae2983f333c31097a8e866c9531fdfd6 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable custom-property-empty-line-before
-
 // Base class
 //
 // Requires one of the contextual, color modifier classes for `color` and
index bc9fb54e9e50952938e54ccb4ce0d0042fb0825b..b8252ff2152a380bf5518464d05f4e281791fe4b 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable custom-property-empty-line-before
-
 .breadcrumb {
   // scss-docs-start breadcrumb-css-vars
   --#{$prefix}breadcrumb-padding-x: #{$breadcrumb-padding-x};
index 2ecb785eda3801684b9cc1bde245969edf7a5bd6..a0d7a071e71b69d1c4f9949f4fc4f7b2d1fcb024 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable custom-property-empty-line-before
-
 //
 // Base styles
 //
index ef4eaafb040ef5c56c39c9641e536d84172127bd..d4be30eeafef28e31c907f8246ae2e6383a0e2f5 100644 (file)
@@ -23,7 +23,7 @@
   --#{$prefix}dropdown-padding-y: #{$dropdown-padding-y};
   --#{$prefix}dropdown-spacer: #{$dropdown-spacer};
   @include rfs($dropdown-font-size, --#{$prefix}dropdown-font-size);
-  --#{$prefix}dropdown-color: #{$dropdown-color}; // stylelint-disable-line custom-property-empty-line-before
+  --#{$prefix}dropdown-color: #{$dropdown-color};
   --#{$prefix}dropdown-bg: #{$dropdown-bg};
   --#{$prefix}dropdown-border-color: #{$dropdown-border-color};
   --#{$prefix}dropdown-border-radius: #{$dropdown-border-radius};
index aa1468e944325601e9e153bc36c2a6bca4c012bb..e96b273fb90d01b79a372408c3609e9ff859df8c 100644 (file)
@@ -8,7 +8,7 @@
   --#{$prefix}nav-link-padding-x: #{$nav-link-padding-x};
   --#{$prefix}nav-link-padding-y: #{$nav-link-padding-y};
   @include rfs($nav-link-font-size, --#{$prefix}nav-link-font-size);
-  --#{$prefix}nav-link-font-weight: #{$nav-link-font-weight}; // stylelint-disable-line custom-property-empty-line-before
+  --#{$prefix}nav-link-font-weight: #{$nav-link-font-weight};
   --#{$prefix}nav-link-color: #{$nav-link-color};
   --#{$prefix}nav-link-hover-color: #{$nav-link-hover-color};
   --#{$prefix}nav-link-disabled-color: #{$nav-link-disabled-color};
index 9ebc5a46766f5fc04904aad533850a476c45407a..e8e10a6d68ba6081d0d421b54768de7df9621bd3 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable custom-property-empty-line-before
-
 .pagination {
   // scss-docs-start pagination-css-vars
   --#{$prefix}pagination-padding-x: #{$pagination-padding-x};
index 591e85c37e920df4835f38afcbd81a8286150c58..b00c02959d595c1cc47e58be8f908ac393cb6e47 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable custom-property-empty-line-before
-
 .popover {
   // scss-docs-start popover-css-vars
   --#{$prefix}popover-zindex: #{$zindex-popover};
index 01f488b657e0543a211b6c1fdb56e5fb715b1e93..1bfafb58fa44b26d256089e0c46f4daeb43f99ef 100644 (file)
@@ -12,7 +12,7 @@
   // scss-docs-start progress-css-vars
   --#{$prefix}progress-height: #{$progress-height};
   @include rfs($progress-font-size, --#{$prefix}progress-font-size);
-  --#{$prefix}progress-bg: #{$progress-bg}; // stylelint-disable-line custom-property-empty-line-before
+  --#{$prefix}progress-bg: #{$progress-bg};
   --#{$prefix}progress-border-radius: #{$progress-border-radius};
   --#{$prefix}progress-box-shadow: #{$progress-box-shadow};
   --#{$prefix}progress-bar-color: #{$progress-bar-color};
index e16d2a3f69a4cb7da6f38f72672a0dfcc596374c..ae22687b1f62b76b64ea7732e5ab7ff77291ecad 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable custom-property-empty-line-before
-
 :root {
   // Note: Custom variable values only support SassScript inside `#{}`.
 
index 4663e885cebdf7801b12997331edcc3ed66a0db1..68ed8ab7c0c59d1da2f413b9ad7f02b66153b097 100644 (file)
@@ -5,7 +5,7 @@
   --#{$prefix}toast-spacing: #{$toast-spacing};
   --#{$prefix}toast-max-width: #{$toast-max-width};
   @include rfs($toast-font-size, --#{$prefix}toast-font-size);
-  --#{$prefix}toast-color: #{$toast-color}; // stylelint-disable-line custom-property-empty-line-before
+  --#{$prefix}toast-color: #{$toast-color};
   --#{$prefix}toast-bg: #{$toast-background-color};
   --#{$prefix}toast-border-width: #{$toast-border-width};
   --#{$prefix}toast-border-color: #{$toast-border-color};
index 922ed85d795d29071c32c05a962324f6dd159985..df8cdc58b774860397ee4764edebc2e1abfb2fc6 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable custom-property-empty-line-before
-
 // Base class
 .tooltip {
   // scss-docs-start tooltip-css-vars
index 5da4d223249624b1fb25f10640f9015f2a91ed67..8d2c0f81c979101e0b8f23f58ad32029c10713da 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable custom-property-empty-line-before
-
 // Button variants
 //
 // Easily pump out default styles, as well as :hover, :focus, :active,
index 4c178ffad8a817f918fa3926c6c590bbffcf443a..0d657964fb556781430f5df1f5861a6a4e7d16c2 100644 (file)
@@ -5,6 +5,6 @@
   --#{$prefix}pagination-padding-x: #{$padding-x};
   --#{$prefix}pagination-padding-y: #{$padding-y};
   @include rfs($font-size, --#{$prefix}pagination-font-size);
-  --#{$prefix}pagination-border-radius: #{$border-radius}; // stylelint-disable-line custom-property-empty-line-before
+  --#{$prefix}pagination-border-radius: #{$border-radius};
 }
 // scss-docs-end pagination-mixin