Skip to content

Commit

Permalink
build: use legacy color function notation
Browse files Browse the repository at this point in the history
fix #529
  • Loading branch information
fengyuanchen committed Feb 13, 2022
1 parent 82b10b0 commit bf33a55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## next

- Use legacy color function notation (#529).

## 1.10.3 (Feb 2, 2022)

- Get the pageX/Y properties from the original event when it is an emulated double click in touch devices (#527).
Expand Down
1 change: 1 addition & 0 deletions stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
'stylelint-order',
],
rules: {
'color-function-notation': 'legacy',
'no-descending-specificity': null,
'order/properties-alphabetical-order': true,
},
Expand Down

0 comments on commit bf33a55

Please sign in to comment.