Skip to content

Commit 4ffba1c

Browse files
committed
fix(scss): unused disable directives
needless disables: - scss/_root.scss 38:3 Needless disable for "custom-property-empty-line-before" --report-needless-disables - scss/_utilities.scss 1:1 Needless disable for "indentation" --report-needless-disables - docs/assets/scss/_syntax.scss 1:1 Needless disable for "selector-class-pattern" --report-needless-disables
1 parent ea55bc4 commit 4ffba1c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

docs/assets/scss/_syntax.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// stylelint-disable comment-empty-line-before, declaration-block-single-line-max-declarations, selector-class-pattern
1+
// stylelint-disable comment-empty-line-before, declaration-block-single-line-max-declarations
22

33
/* Background .chroma { background-color: #f0f0f0; } */
44
/* Other .chroma .x { } */

scss/_root.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
--#{$variable-prefix}gradient: #{$gradient};
3636

3737
// Root and body
38-
// stylelint-disable custom-property-empty-line-before
3938
// scss-docs-start root-body-variables
4039
@if $font-size-root != null {
4140
--#{$variable-prefix}root-font-size: #{$font-size-root};
@@ -50,5 +49,4 @@
5049
}
5150
--#{$variable-prefix}body-bg: #{$body-bg};
5251
// scss-docs-end root-body-variables
53-
// stylelint-enable custom-property-empty-line-before
5452
}

scss/_utilities.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// stylelint-disable indentation
2-
31
// Utilities
42

53
$utilities: () !default;

0 commit comments

Comments
 (0)