Skip to content
Discussion options

You must be logged in to vote

The issue appears to be coming from this CSS import in your _app.tsx. If you comment this out, it will build:

import '@material/layout-grid/dist/mdc.layout-grid.css';

In particular this sytnax @supports (display: grid) { ... } does not appear to be supported.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@4cm4k1
Comment options

Answer selected by 4cm4k1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants