summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/inputs/test-imports/a.less
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/leafo/lessphp/tests/inputs/test-imports/a.less')
-rw-r--r--vendor/leafo/lessphp/tests/inputs/test-imports/a.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/leafo/lessphp/tests/inputs/test-imports/a.less b/vendor/leafo/lessphp/tests/inputs/test-imports/a.less
new file mode 100644
index 00000000..a00464db
--- /dev/null
+++ b/vendor/leafo/lessphp/tests/inputs/test-imports/a.less
@@ -0,0 +1,6 @@
+.just-a-class { background: red; }
+
+.some-mixin() {
+ height: 200px;
+}
+