From 30e24b7ca8513d5df727a258e0d9ccc16e16e184 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 3 Mar 2015 15:55:00 -0500 Subject: Support 'dynClass' and 'dynStyle' for --- tests/style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/style.css (limited to 'tests/style.css') diff --git a/tests/style.css b/tests/style.css new file mode 100644 index 00000000..78b33fc2 --- /dev/null +++ b/tests/style.css @@ -0,0 +1,7 @@ +body.style1 { + background-color: blue; +} + +body.style2 { + background-color: green; +} -- cgit v1.2.3