Alexander Akait
|
cc5398b1a6
|
refactor(css/parser): Refactor parser for at rules (#2617)
swc_css_ast:
- Move some at-rules to own files.
swc_css_parser:
- Implement `Parse` for more types.
|
2021-11-02 11:13:23 +00:00 |
|
Alexander Akait
|
4f0473616d
|
feat(css/ast): Add value to the whitespace token (#2533)
|
2021-10-28 23:48:31 +09:00 |
|
Alexander Akait
|
0e458778ec
|
refactor(css/ast): Rename types (#2532)
|
2021-10-27 03:38:05 +09:00 |
|
Alexander Akait
|
5234530cd5
|
fix(css/ast): Use correct type for units (#2464)
|
2021-10-19 17:32:59 +09:00 |
|
Alexander Akait
|
4f2dbd816c
|
fix(css/parser): Fix parsing of numbers (#2444)
|
2021-10-17 23:24:28 +09:00 |
|
Alexander Akait
|
2678c34488
|
feat(css/ast): Add raw to Url (#2389)
|
2021-10-11 12:33:11 +09:00 |
|
Alexander Akait
|
a5592e3207
|
feat(css/ast): Add raw to Str (#2295)
|
2021-10-10 10:43:11 +09:00 |
|
Alexander Akait
|
cf1235ece1
|
fix(css): Change the type of the source of @import rules. (#2363)
|
2021-10-08 20:55:19 +09:00 |
|
Alexander Akait
|
4ff1b7568c
|
feat(css/ast): Add raw to Text (#2361)
|
2021-10-07 20:32:54 +09:00 |
|
Alexander Akait
|
2a565e8464
|
test(css/parser): Add tests for @page at-rule (#2296)
|
2021-09-24 16:12:08 +09:00 |
|
Alexander Akait
|
9eb45e8515
|
fix(css/parser): Allow @at-rules to be lowercased (#2274)
swc_css_parser:
- Allow lowercase for @at-rules.
|
2021-09-21 16:55:46 +09:00 |
|