LibWeb: Create base class CSSRule for all CSS rules

This is a foundation for handling other ("at") CSS rules.
This commit is contained in:
Sviatoslav Peleshko 2021-02-21 13:45:26 +02:00 committed by Andreas Kling
commit 04d67d0239
Notes: sideshowbarker 2024-07-18 21:52:19 +09:00
12 changed files with 147 additions and 17 deletions

View file

@ -25,6 +25,7 @@
*/
#include <LibWeb/CSS/StyleInvalidator.h>
#include <LibWeb/CSS/StyleRule.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/DOM/Element.h>