mirror of
https://github.com/swc-project/swc.git
synced 2025-01-01 18:16:09 +03:00
30c29a30cf
swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
19 lines
601 B
Plaintext
19 lines
601 B
Plaintext
error: Expected a property value
|
|
--> $DIR/tests/recovery/styled-jsx/1/input.css:10:17
|
|
|
|
|
10 | flex-basis: __styled-jsx-placeholder__2%;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Expected a property value
|
|
--> $DIR/tests/recovery/styled-jsx/1/input.css:16:21
|
|
|
|
|
16 | flex-basis: __styled-jsx-placeholder__3%;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Expected a property value
|
|
--> $DIR/tests/recovery/styled-jsx/1/input.css:22:21
|
|
|
|
|
22 | flex-basis: __styled-jsx-placeholder__4%;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|