Documentation: Refer to correct directory for CSS code generators
This commit is contained in:
parent
3c0d0ecc28
commit
2328c272e5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ We generate a significant amount of CSS-related code, taking in one or more .jso
|
|||
`Build/<build-preset>/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
|
||||
|
|
|
|||
Loading…
Reference in a new issue