From 2328c272e55c607d6a3057ff0f37e85aeb165447 Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Fri, 5 Jun 2026 17:51:39 +0200 Subject: [PATCH] Documentation: Refer to correct directory for CSS code generators --- Documentation/CSSGeneratedFiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/CSSGeneratedFiles.md b/Documentation/CSSGeneratedFiles.md index 8e1c885066..9f2a742b7c 100644 --- a/Documentation/CSSGeneratedFiles.md +++ b/Documentation/CSSGeneratedFiles.md @@ -5,7 +5,7 @@ We generate a significant amount of CSS-related code, taking in one or more .jso `Build//Libraries/LibWeb/CSS/`. It's likely that you'll need to work with these if you add or modify a CSS property or its values. -The generators are found in [`Meta/Lagom/Tools/CodeGenerators/LibWeb`](../Meta/Lagom/Tools/CodeGenerators/LibWeb). +The generators are found in [`Meta/Generators`](../Meta/Generators). They are run automatically as part of the build, and most of the time you can ignore them. ## Properties.json