mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -149,10 +149,6 @@ enum class Float {
|
||||
Right,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
namespace Web {
|
||||
|
||||
class StyleValue : public RefCounted<StyleValue> {
|
||||
public:
|
||||
virtual ~StyleValue();
|
||||
|
||||
Reference in New Issue
Block a user