Skip to content

Commit bf33a55

Browse files
committed
build: use legacy color function notation
fix #529
1 parent 82b10b0 commit bf33a55

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## next
4+
5+
- Use legacy color function notation (#529).
6+
37
## 1.10.3 (Feb 2, 2022)
48

59
- Get the pageX/Y properties from the original event when it is an emulated double click in touch devices (#527).

stylelint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
'stylelint-order',
55
],
66
rules: {
7+
'color-function-notation': 'legacy',
78
'no-descending-specificity': null,
89
'order/properties-alphabetical-order': true,
910
},

0 commit comments

Comments
 (0)