Files
ladybird/Userland/Libraries/LibWeb/CSS/Parser/DeprecatedCSSParser.cpp
Tobias Christiansen c4588a2cde LibWeb: Add parsing for custom properties
This parses 'some-property: var(--some-name)' and stores its findings
in a CustomStyleValue.
It also parses the custom properties like '--some-name: some-value' and
puts them into the StyleProperty.
2021-05-28 10:45:38 +01:00

36 KiB