LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp}

This commit is contained in:
Sam Atkins
2023-03-24 15:04:24 +00:00
committed by Linus Groh
parent d39788556a
commit 76de017a51
15 changed files with 276 additions and 230 deletions

View File

@@ -5,6 +5,7 @@
*/
#include <LibWeb/Bindings/Intrinsics.h>
#include <LibWeb/CSS/StyleValues/IdentifierStyleValue.h>
#include <LibWeb/HTML/HTMLParagraphElement.h>
namespace Web::HTML {