Skip to content

Commit 43de542

Browse files
authored
current color is not parsed correctly #79
2 parents 69d47b8 + 2240f21 commit 43de542

File tree

122 files changed

+2351
-1470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+2351
-1470
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# v1.0.0
44

5-
- [x] experimental minification : CSS transform module level 2
5+
- [x] current color parse error when used in color functions
6+
- [x] minification : CSS transform module level 2
67
- [x] translate
78
- [x] scale
89
- [x] rotate

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,14 @@ $ deno add @tbela99/css-parser
2727
- fault-tolerant parser, will try to fix invalid tokens according to the CSS syntax module 3 recommendations.
2828
- fast and efficient minification without unsafe transforms,
2929
see [benchmark](https://tbela99.github.io/css-parser/benchmark/index.html)
30-
- minify colors.
31-
- support css color level 4 & 5: color(), lab(), lch(), oklab(), oklch(), color-mix(), light-dark(), system colors and
30+
- minify colors: color(), lab(), lch(), oklab(), oklch(), color-mix(), light-dark(), system colors and
3231
relative color
3332
- generate nested css rules
3433
- convert nested css rules to legacy syntax
3534
- generate sourcemap
3635
- compute css shorthands. see supported properties list below
37-
- experimental minification : css transform module level 2
38-
- evaluate math functions: calc(), clamp(), min(), max(), round(), mod(), rem(), sin(), cos(), tan(), asin(), acos(),
39-
atan(), atan2(), pow(), sqrt(), hypot(), log(), exp(), abs(), sign()
36+
- css transform functions minification
37+
- evaluate math functions: calc(), clamp(), min(), max(), etc.
4038
- inline css variables
4139
- remove duplicate properties
4240
- flatten @import rules

0 commit comments

Comments
 (0)