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

Support CSS nesting #608

Open
json-derulo opened this issue Jun 5, 2024 · 0 comments
Open

Support CSS nesting #608

json-derulo opened this issue Jun 5, 2024 · 0 comments

Comments

@json-derulo
Copy link

json-derulo commented Jun 5, 2024

I want to use CSS nesting in my project, however during the bundle / minification, an error is thrown

Example code:

.element {
  background-color: #fff;

  &:hover {
    background-color: #ddd;
  }
}

With this code, I'm getting the following error:

Error 0: Expected semicolon or closing curly-brace, found '&'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant