/*
 * Copyright (c) 2025, Sam Atkins <sam@ladybird.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#include <LibWeb/CSS/Descriptor.h>
#include <LibWeb/CSS/StyleValues/StyleValue.h>

namespace Web::CSS {

Descriptor::~Descriptor() = default;

}
