aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/css.cc b/src/css.cc
index b816ea52..4cc9f59e 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -12,3 +12,11 @@
#include <stdio.h>
#include "css.hh"
+void CssProperty::apply (dw::core::style::StyleAttrs *styleAttrs) {
+ switch (name) {
+
+
+ default:
+ break;
+ }
+}