From 3b888fe28b22de289ac658e9d36073d751705c70 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Thu, 23 May 2013 12:42:14 +0300 Subject: Support nested SASS imports (#11909) Change-Id: I05f88e398e7e28f476d8c0d50b7f9ac54a7cba0b --- theme-compiler/tests/resources/automatic/scss/nested-import.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 theme-compiler/tests/resources/automatic/scss/nested-import.scss (limited to 'theme-compiler/tests/resources/automatic/scss') diff --git a/theme-compiler/tests/resources/automatic/scss/nested-import.scss b/theme-compiler/tests/resources/automatic/scss/nested-import.scss new file mode 100644 index 0000000000..605d64a13a --- /dev/null +++ b/theme-compiler/tests/resources/automatic/scss/nested-import.scss @@ -0,0 +1,3 @@ +.foo { + @import "foo/bar.scss"; +} \ No newline at end of file -- cgit v1.2.3