summary refs log tree commit diff
path: root/t/foo.less
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-20 21:25:43 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-20 21:25:43 +0200
commit2a4263b9eda053d3a4d6d2f1248514e4df5d42b2 (patch)
tree68096a9133af75441fa546d3e68f9cd194401680 /t/foo.less
downloadplack-middleware-file-less-master.tar.gz
import: mostly stolen from P::M::F::Sass master
Diffstat (limited to 't/foo.less')
-rw-r--r--t/foo.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/foo.less b/t/foo.less
new file mode 100644
index 0000000..deb790c
--- /dev/null
+++ b/t/foo.less
@@ -0,0 +1,9 @@
+@brand_color: #4D926F;
+
+#header {
+  color: @brand_color;
+}
+
+h2 {
+  color: @brand_color;
+}