-
Notifications
You must be signed in to change notification settings - Fork 131
CSS container queries throw errors #317
Copy link
Copy link
Open
Description
I am trying to add a container query to my stylesheet
@container (min-width: 320px) {
#test {
background: pink; } }
And I get unexpected and invalid character/property errors
Unexpected '}' at assets/css/frontend/style.css:36:24.,Invalid character(s) '}
' at assets/css/frontend/style.css:36:24. Ignoring.,Invalid property name '# {
background' at assets/css/frontend/style.css.css:35:2. Ignoring.
4 files created. 5.6 kB → 4.38 kB
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels