mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibHTML: Add the outline of a CSS stylesheet object graph.
This commit is contained in:
9
LibHTML/CSS/StyleSheet.cpp
Normal file
9
LibHTML/CSS/StyleSheet.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <LibHTML/CSS/StyleSheet.h>
|
||||
|
||||
StyleSheet::StyleSheet()
|
||||
{
|
||||
}
|
||||
|
||||
StyleSheet::~StyleSheet()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user