aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/scss
diff options
context:
space:
mode:
authorMika Murtojarvi <mika@vaadin.com>2013-11-27 13:29:51 +0200
committerVaadin Code Review <review@vaadin.com>2013-11-27 14:07:26 +0000
commit1ac492e46b70de9314083492bd8e136e1c8398e3 (patch)
tree323f2b4ca287a36ffc0f92439b64397f05ebe26e /theme-compiler/tests/resources/sasslang/scss
parent8abf43431ea67f7c3d7cc4faad816e2cddd4ac1d (diff)
downloadvaadin-framework-1ac492e46b70de9314083492bd8e136e1c8398e3.tar.gz
vaadin-framework-1ac492e46b70de9314083492bd8e136e1c8398e3.zip
Move a sass test that no longer fails.
Change-Id: Ic83330cbea688be1c30aa89cad9524016617be8d
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/scss')
-rw-r--r--theme-compiler/tests/resources/sasslang/scss/369-test_mixins_with_empty_args.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/scss/369-test_mixins_with_empty_args.scss b/theme-compiler/tests/resources/sasslang/scss/369-test_mixins_with_empty_args.scss
new file mode 100644
index 0000000000..f608979293
--- /dev/null
+++ b/theme-compiler/tests/resources/sasslang/scss/369-test_mixins_with_empty_args.scss
@@ -0,0 +1,3 @@
+@mixin foo() {a: b}
+
+.foo {@include foo();}