Skip to content

Commit 87550ac

Browse files
committed
parse matrix3d() #75
1 parent 8ec4e52 commit 87550ac

File tree

21 files changed

+1634
-1856
lines changed

21 files changed

+1634
-1856
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# v1.0.0
44

5-
- [x] experimental CSS transform module level 2
5+
- [x] experimental minification : CSS transform module level 2
66
- [x] translate
77
- [x] scale
88
- [x] rotate
99
- [x] skew
1010
- [x] perspective
1111
- [x] matrix
12-
- [ ] matrix3d
12+
- [x] matrix3d
1313
- [x] keyframes
1414
- [x] remove consecutive keyframes with the same name
1515
- [x] reduce keyframe selector 'from' to '0%'

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ $ deno add @tbela99/css-parser
3434
- convert nested css rules to legacy syntax
3535
- generate sourcemap
3636
- compute css shorthands. see supported properties list below
37+
- experimental minification : css transform module level 2
3738
- evaluate math functions: calc(), clamp(), min(), max(), round(), mod(), rem(), sin(), cos(), tan(), asin(), acos(),
3839
atan(), atan2(), pow(), sqrt(), hypot(), log(), exp(), abs(), sign()
3940
- inline css variables
@@ -96,7 +97,7 @@ Javascript module from cdn
9697

9798
<script type="module">
9899
99-
import {transform} from 'https://esm.sh/@tbela99/css-parser@0.9.0/web';
100+
import {transform} from 'https://esm.sh/@tbela99/css-parser@1.0.0/web';
100101
101102
102103
const css = `

0 commit comments

Comments
 (0)