Skip to content

Commit

Permalink
Disable color-function-notation
Browse files Browse the repository at this point in the history
Due to Sass incompatibilities

See: sass/sass#2831
  • Loading branch information
aduth committed May 7, 2024
1 parent d69dd18 commit e6db708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [`rule-empty-line-before`](https://stylelint.io/user-guide/rules/rule-empty-line-before/)
- [`scss/dollar-variable-empty-line-before`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/dollar-variable-empty-line-before/README.md)
- [`scss/double-slash-comment-empty-line-before`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/double-slash-comment-empty-line-before/README.md)
- [`color-function-notation`](https://stylelint.io/user-guide/rules/color-function-notation/) (due to [Sass incompatibilities](https://github.com/sass/sass/issues/2831))

## 4.0.0

Expand Down
1 change: 1 addition & 0 deletions app/javascript/packages/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
extends: ['stylelint-config-standard-scss', 'stylelint-prettier/recommended'],
rules: {
'at-rule-empty-line-before': null,
'color-function-notation': null,
'declaration-empty-line-before': null,
'no-descending-specificity': null,
'rule-empty-line-before': null,
Expand Down

0 comments on commit e6db708

Please sign in to comment.