mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibHTML: More work on the CSS object model.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <LibHTML/CSS/StyleSheet.h>
|
||||
|
||||
StyleSheet::StyleSheet()
|
||||
StyleSheet::StyleSheet(Vector<NonnullRefPtr<StyleRule>>&& rules)
|
||||
: m_rules(move(rules))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user