Skip to content
New issue

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 support needs to be added #91

Closed
jogibear9988 opened this issue Jan 14, 2023 · 3 comments
Closed

@layer support needs to be added #91

jogibear9988 opened this issue Jan 14, 2023 · 3 comments

Comments

@jogibear9988
Copy link

Expected Behaviour

@layer rules should be parsed

Actual Behaviour

they are not parsed, see also: reworkcss#165

Reproduce Scenario (including but not limited to)

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);
@jogibear9988
Copy link
Author

I can look to work on this

@jogibear9988
Copy link
Author

fixed in #97

@holblin
Copy link

holblin commented Feb 22, 2023

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 👍

@holblin holblin closed this as completed Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants