SIGN IN SIGN UP

A utility-first CSS framework for rapid UI development.

0 0 255 TypeScript

Throw when `layer(…)` in `@import` is in the incorrect spot (#15109)

This PR throws an error when we notice that an `layer(…)` in an
`@import` or `@media` is incorrect.

This hints the user to ensure that `layer(…)` in an `@import` should be
the first condition. In case of an `@media`, it should be an `@layer …`
instead.

---------

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
Co-authored-by: Philipp Spiess <hello@philippspiess.com>
R
Robin Malfait committed
6aac3cbd6983f63050ed5d068b26d675d87860d0
Parent: 961e8da
Committed by GitHub <noreply@github.com> on 11/27/2024, 11:33:25 AM