This repository was archived by the owner on Apr 6, 2021. It is now read-only.
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
Nested @screen causing error with postcss #76
Closed
Description
Hi,
I noticed an issue while using nested @screen
in class:
.secondaryLinks {
@screen sm {
@apply w-auto flex-grow-0;
@apply flex gap-4;
}
}
is producing :
./src/components/navbar/styles.module.css ((webpack)/css-loader/cjs.js??ref--5-oneOf-2-1!(webpack)/postcss-loader/cjs.js??ref--5-oneOf-2-2!./src/components/navbar/styles.module.css)
TypeError: Cannot read property 'split' of undefined
moving the @screen
out of class works again.
Metadata
Metadata
Assignees
Labels
No labels