Commit Graph

15 Commits

Author SHA1 Message Date
Alexander Akait
3ec45a6858
feat(css/ast): Union Value and ComponentValue () 2022-03-01 15:26:17 +00:00
Alexander Akait
e97074b6c3
feat(css/ast): Use SimpleBlock in more places () 2022-02-16 12:40:16 +09:00
Alexander Akait
b311aced89
feat(css/ast): Use correct type for calc () 2022-02-14 06:19:02 +00:00
Alexander Akait
37c49e876c
refactor(css/ast): Unify SimpleBlock and Block completely () 2022-02-11 22:31:51 +09:00
Alexander Akait
92a3cb9609
refactor(css/ast): Remove Tokens in favor of Vec<TokenAndSpan> () 2022-02-10 11:25:19 +00:00
Alexander Akait
460f846934
refactor(css/ast): Rename types to match specification () 2022-02-09 19:43:15 +09:00
Alexander Akait
dc939c65af
feat(css/ast): Add types for all dimensions () 2022-02-08 11:57:57 +00:00
Alexander Akait
cd87d965f3
refactor(css/ast): Refactor types related to selectors () 2022-02-06 04:24:51 +00:00
Alexander Akait
eeedd9adf5
refactor(css/ast): Rename property to name () 2022-01-31 05:02:30 +00:00
Alexander Akait
1904944bf7
refactor(css/ast): Use Dimension instead of UnitValue () 2022-01-30 12:15:05 +00:00
Alexander Akait
dfa0286aca
feat(css/ast): Add types for dashed identifiers and @color-profile at-rules () 2022-01-26 20:35:49 +09:00
Alexander Akait
c7e5faea5c
feat(css/ast): Add Ratio, which is defined by spec () 2022-01-24 14:27:10 +00:00
Alexander Akait
8781527751
fix(css/ast): Fix type definitions related to parsing unknown at-rules ()
swc_css_ast:
 - Rename `FnValue` to `Function`.
2021-12-01 17:07:49 +00:00
Alexander Akait
c50cec1533
refactor(css/ast): Rename StyleRule to QualifiedRule () 2021-11-17 21:27:39 +00:00
Donny/강동윤
1d518fe381
refactor: Flatten css () 2021-11-12 19:37:05 +09:00