summaryrefslogtreecommitdiffstats
path: root/tests/sass/resources/scss/folder-test/parent-import.scss
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-08-10 14:26:50 +0300
committerHenri Sara <hesara@vaadin.com>2012-08-10 14:26:50 +0300
commitfc94542099faad5bc4f7bb00bd468f69cacc6a14 (patch)
tree471f9cc6adfd2de620d41bef45da774c21241f75 /tests/sass/resources/scss/folder-test/parent-import.scss
parent4ba988a5a0d9762757a5a0a2ffb704faaa30f64c (diff)
parent239ce71f498fcdf2809c5561bf5028bf216265ca (diff)
downloadvaadin-framework-fc94542099faad5bc4f7bb00bd468f69cacc6a14.tar.gz
vaadin-framework-fc94542099faad5bc4f7bb00bd468f69cacc6a14.zip
Merge remote-tracking branch 'origin/sass'
Diffstat (limited to 'tests/sass/resources/scss/folder-test/parent-import.scss')
-rw-r--r--tests/sass/resources/scss/folder-test/parent-import.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/sass/resources/scss/folder-test/parent-import.scss b/tests/sass/resources/scss/folder-test/parent-import.scss
new file mode 100644
index 0000000000..b3f6c8000e
--- /dev/null
+++ b/tests/sass/resources/scss/folder-test/parent-import.scss
@@ -0,0 +1,6 @@
+@import "../folder-test2/variables.scss";
+@import "../folder-test2/url";
+@import "../folder-test2/base-imported.scss";
+.text {
+ font-weight: bold;
+} \ No newline at end of file