diff options
| -rw-r--r-- | tests/fixtures/foo.less | 3 |
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';} |
