-
Notifications
You must be signed in to change notification settings - Fork 79
Nested at-rules do not work #307
Copy link
Copy link
Open
Description
Steps to reproduce:
stack new myapp yesodweb/simple- Open
templates/default-layout.luciusand add e.g. a nested@mediarule to the first declaration block:.masthead, .navbar { background-color: rgb(27, 28, 29); @media (width >= 500px) { background-color: red; } }
- Start the development server
- Observe that the background color does not change below/above 500px.
The generated CSS:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels