Alexander Akait
|
4853821d00
|
fix(css): Fix parsing of @page at-rule (#3356)
|
2022-02-06 20:22:30 +00:00 |
|
Alexander Akait
|
e732250cdf
|
fix(css/parser): Report errors of at-rules (#3461)
|
2022-02-06 17:06:32 +00:00 |
|
Alexander Akait
|
38879de8de
|
refactor(css/ast): Change AST for !important (#3440)
|
2022-02-05 23:22:47 +09:00 |
|
Alexander Akait
|
f1410fc09b
|
feat(css/lexer): Implement error recovery for functions (#3445)
|
2022-02-04 12:29:56 +09:00 |
|
Alexander Akait
|
30c29a30cf
|
feat(css): Improve codegen where minify: true (#3414)
swc_css_codegen:
- Improve minification.
swc_css_parser:
- Add parsing rule for `sum`.
|
2022-02-01 12:30:44 +00:00 |
|
Alexander Akait
|
3c8d985a07
|
fix(css/parser): Fix bugs related to url (#3403)
|
2022-01-30 04:10:58 +00:00 |
|
Alexander Akait
|
b31619d48e
|
refactor(css/ast): Refactor delimited values (#3397)
|
2022-01-29 12:10:29 +09:00 |
|
Alexander Akait
|
c73835bfeb
|
feat(css/parser): Improve selector parser (#3386)
|
2022-01-28 01:11:26 +09:00 |
|
Alexander Akait
|
8781527751
|
fix(css/ast): Fix type definitions related to parsing unknown at-rules (#2922)
swc_css_ast:
- Rename `FnValue` to `Function`.
|
2021-12-01 17:07:49 +00:00 |
|
Alexander Akait
|
c94735e540
|
fix(css): Handle custom properties properly (#2869)
swc_css_codegen:
- Fix code generation of custom properties.
swc_css_parser:
- Fix parsing of custom properties.
|
2021-11-27 16:11:40 +00:00 |
|
Donny/강동윤
|
1d518fe381
|
refactor: Flatten css (#2731)
|
2021-11-12 19:37:05 +09:00 |
|