1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

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

This commit is contained in:
Sam Atkins 2023-03-25 00:33:20 +00:00 committed by Linus Groh
parent 25114c159d
commit 66bc816284
10 changed files with 95 additions and 54 deletions

View file

@ -10,6 +10,7 @@
#pragma once
#include <LibWeb/CSS/StyleValue.h>
#include <LibWeb/CSS/StyleValues/BorderRadiusStyleValue.h>
namespace Web::CSS {