mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
LibWeb: Move selector parsing code to a separate file
This commit is contained in:
parent
1d6c2cb287
commit
8e5b2907f6
3 changed files with 950 additions and 932 deletions
|
@ -58,6 +58,7 @@ set(SOURCES
|
|||
CSS/Parser/Parser.cpp
|
||||
CSS/Parser/ParsingContext.cpp
|
||||
CSS/Parser/Rule.cpp
|
||||
CSS/Parser/SelectorParsing.cpp
|
||||
CSS/Parser/Token.cpp
|
||||
CSS/Parser/Tokenizer.cpp
|
||||
CSS/PercentageOr.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue