swc/crates/swc_css_parser/tests/recovery/styled-jsx/1/output.swc-stderr
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

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%;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^