-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Hello,
the @global rule seems to be broken
it's wrapping the styles in an "@global {...}"
function App() {
css`
@global { body { background: white } }
`
return <main />
}should compile to
body { background: white }but instead it compiles to
@global { body { background: white } }downgrading to 0.8.2 fixed the issue. maybe due to moving away from postcss?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels