csstools/postcss-custom-media

Improper circular rule detection

mikestopcontinues opened this issue · 2 comments

Running up to date versions of everything, the following throws an error...

:root {
  --grid-mobile-width: 320px;
}

@custom-media --cell screen and (width < var(--grid-mobile-width));

@media (--cell) {}

Circular @Custom-Media definition for '--cell'. The entire rule has been removed from the output. [postcss-custom-media]

All relevant plugins are bundled in cssnext.