aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/foo.less
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/foo.less')
-rw-r--r--tests/fixtures/foo.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixtures/foo.less b/tests/fixtures/foo.less
new file mode 100644
index 0000000..4332d2d
--- /dev/null
+++ b/tests/fixtures/foo.less
@@ -0,0 +1,3 @@
+.redClass { background: 'red';}
+#redId {
+background: 'red';}