mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Switch to inline comments for stylelint inline directives.
Otherwise the comments are actually output to the CSS.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
|
||||
// stylelint-disable value-no-vendor-prefix, selector-max-id
|
||||
|
||||
#gradient {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
|
||||
// stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword
|
||||
|
||||
// CSS image replacement
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
|
||||
// stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after
|
||||
|
||||
// Responsive image
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* stylelint-disable declaration-no-important */
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
.responsive-visibility() {
|
||||
display: block !important;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
|
||||
// stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix
|
||||
|
||||
// Vendor Prefixes
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user