-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Reproducer:
- go to https://developer.mozilla.org/en-US/docs/Web/CSS/@layer and copy into css generic editor:
@layer state {
.alert {
background-color: brown;
}
p {
border: medium solid limegreen;
}
}
- format the css
- the formatted code looks ugly and the following error is shown:
at-rule or selector expected [css- ruleorselectorexpected]
Moved issue from eclipse-wildwebdeveloper/wildwebdeveloper#1910
Metadata
Metadata
Assignees
Labels
No labels