summaryrefslogtreecommitdiffstats
path: root/sass/tests/resources/css/imports.css
diff options
context:
space:
mode:
Diffstat (limited to 'sass/tests/resources/css/imports.css')
-rw-r--r--sass/tests/resources/css/imports.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/sass/tests/resources/css/imports.css b/sass/tests/resources/css/imports.css
new file mode 100644
index 0000000000..5b1001802a
--- /dev/null
+++ b/sass/tests/resources/css/imports.css
@@ -0,0 +1,11 @@
+.caption {
+ border: 1px solid black;
+ background: #ff0000;
+ padding: 10px;
+ margin: 10px;
+}
+
+.text {
+ font-weight: bold;
+ color: red;
+} \ No newline at end of file