#pragma once #include #include NonnullRefPtr parse_css(const String&); NonnullRefPtr parse_css_declaration(const String&);