ladybird/Userland/Libraries/LibWeb/CSS/StyleProperty.cpp

15 lines
254 B
C++
Raw Normal View History

/*
* Copyright (c) 2023, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibWeb/CSS/StyleProperty.h>
#include <LibWeb/CSS/StyleValue.h>
namespace Web::CSS {
StyleProperty::~StyleProperty() = default;
}