diff options
Diffstat (limited to 't/foo.less')
| -rw-r--r-- | t/foo.less | 9 |
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; +} |
