Skip to content

Commit ccf211d

Browse files
committed
incorrectly parse compound selector #51
1 parent 79822f7 commit ccf211d

31 files changed

+578
-38
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
- [x] validate selectors using mdn data
66
- [x] at-rules prefix removal
77
- [x] at rules validation
8-
- [x] at-rule prelude
9-
- [x] at-rule body
10-
- [x] keyframe validation
11-
- [ ] :not() does not accept pseudo classes
12-
- [ ] do not validate declarations in @supports
8+
- [x] at-rule prelude
9+
- [x] at-rule body
10+
- [x] keyframe validation
11+
- [ ] :not() does not accept pseudo classes
12+
- [ ] do not validate declarations in @supports
1313
- [ ] declarations validation
14-
- [x] evaluate math functions: calc(), clamp(), min(), max(), round(), mod(), rem(), sin(), cos(), tan(), asin(), acos(), atan(), atan2(), pow(), sqrt(), hypot(), log(), exp(), abs(), sign() #49
14+
- [x] evaluate math functions: calc(), clamp(), min(), max(), round(), mod(), rem(), sin(), cos(), tan(), asin(),
15+
acos(), atan(), atan2(), pow(), sqrt(), hypot(), log(), exp(), abs(), sign() #49
16+
- [x] incorrectly parse compound selector #51
1517

1618
# v0.7.1
1719

0 commit comments

Comments
 (0)