summaryrefslogtreecommitdiffstats
path: root/sass/tests/resources/css/control-directives.css
diff options
context:
space:
mode:
Diffstat (limited to 'sass/tests/resources/css/control-directives.css')
-rw-r--r--sass/tests/resources/css/control-directives.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/sass/tests/resources/css/control-directives.css b/sass/tests/resources/css/control-directives.css
index 0a6f1f7233..dbc44e886c 100644
--- a/sass/tests/resources/css/control-directives.css
+++ b/sass/tests/resources/css/control-directives.css
@@ -1 +1,23 @@
-Implement a sane test case. \ No newline at end of file
+.salamander-icon #animal, .menu {
+ background-image: url(/images/salamander.png);
+ font-size: 10px;
+ font-color: blue;
+}
+
+.egret-icon #animal, .menu {
+ background-image: url(/images/egret.png);
+ font-size: 10px;
+ font-color: blue;
+}
+
+.sea-slug-icon #animal, .menu {
+ background-image: url(/images/sea-slug.png);
+ font-size: 10px;
+ font-color: blue;
+}
+
+.puma-icon #animal, .menu {
+ background-image: url(/images/puma.png);
+ font-size: 10px;
+ font-color: blue;
+} \ No newline at end of file