mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-27 18:15:10 +00:00
LibHTML: Make it possible to build LibHTML on the host.
- "make" builds the normal Serenity libhtml.a - "make -f Makefile.host" builds a test program for the host machine.
This commit is contained in:
@@ -80,7 +80,6 @@ NonnullRefPtr<StyleSheet> parse_css(const String& css)
|
||||
|
||||
auto parse_declaration = [&] {
|
||||
consume_whitespace();
|
||||
|
||||
};
|
||||
|
||||
auto parse_declarations = [&] {
|
||||
|
||||
Reference in New Issue
Block a user