From d15fb179a489e5e47b7a95b30cb894516ab780fc Mon Sep 17 00:00:00 2001 From: Oliver Williams Date: Tue, 30 Jun 2026 09:08:23 +0100 Subject: [PATCH] Clarify that @layer can be used before @import Update README to clarify that @layer can be used before @import --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a55b9..9c96cf2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If this behavior is not what you want, look at `skipDuplicates` option - Imports which are not modified (by `options.filter` or because they are remote imports) are moved to the top of the output. - **This plugin attempts to follow the CSS `@import` spec**; `@import` - statements must precede all other statements (besides `@charset`). + statements must precede all other statements (besides `@charset` and `@layer`). ## Installation