We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
├─┬ @marko/[email protected] │ └─┬ @marko/[email protected] │ └── [email protected] └─┬ @marko/[email protected] └─┬ @marko/[email protected] └── [email protected] deduped
I'm trying to write single-file-components with view, behaviour and style in one file.
I should be able to put arbitrary valid CSS in the style block.
Most CSS is fine, but seemingly backslash seems to cause problems.
Insert the following into a Marko file.
style.scss { .foo { grid: "left right" / 3fr 7fr; } }
Compiler fails with EOL reached while parsing regular expression
EOL reached while parsing regular expression
The text was updated successfully, but these errors were encountered:
closed by #168
Sorry, something went wrong.
No branches or pull requests
Version: 5.5.0
Details
I'm trying to write single-file-components with view, behaviour and style in one file.
Expected Behavior
I should be able to put arbitrary valid CSS in the style block.
Actual Behavior
Most CSS is fine, but seemingly backslash seems to cause problems.
Steps to Reproduce
Insert the following into a Marko file.
Compiler fails with
EOL reached while parsing regular expression
The text was updated successfully, but these errors were encountered: