1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +02:00

Stylelint: Disable custom-property-empty-line-before

This commit is contained in:
Mark Otto
2022-05-22 19:24:08 -07:00
committed by Mark Otto
parent d17fe26dcf
commit 427c089961
14 changed files with 6 additions and 21 deletions

View 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};