mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:27:45 +00:00
LibWeb: Added simple parsing for (at)import rules
For now, the parsing is very crude, and parses only the document url. The meta queries for the import are ignored.
This commit is contained in:
parent
04d67d0239
commit
54617e1a91
8 changed files with 248 additions and 24 deletions
|
@ -9,6 +9,7 @@ set(SOURCES
|
|||
Bindings/ScriptExecutionContext.cpp
|
||||
Bindings/WindowObject.cpp
|
||||
Bindings/Wrappable.cpp
|
||||
CSS/CSSImportRule.cpp
|
||||
CSS/CSSRule.cpp
|
||||
CSS/DefaultStyleSheetSource.cpp
|
||||
CSS/Length.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue