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
@layer rules should be parsed
they are not parsed, see also: reworkcss#165
var css = require('css'); var obj = css.parse("@layer mylayer {.card {--content-box-flex-grow: 1; display: flex; flex-direction: column; position: relative; width: 100%;} }"); css.stringify(obj);
The text was updated successfully, but these errors were encountered:
I can look to work on this
Sorry, something went wrong.
fixed in #97
Thanks a lot for your contribution! Sorry I wasn't able to review and merge earlier. A new version should be available soon on npmjs 👍
No branches or pull requests
Expected Behaviour
@layer rules should be parsed
Actual Behaviour
they are not parsed, see also: reworkcss#165
Reproduce Scenario (including but not limited to)
The text was updated successfully, but these errors were encountered: