]> source.dussan.org Git - vaadin-framework.git/commit
Mixins now accept an empty argument list in parentheses
authorMika Murtojarvi <mika@vaadin.com>
Mon, 25 Nov 2013 14:31:55 +0000 (16:31 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 26 Nov 2013 13:08:00 +0000 (13:08 +0000)
commita705f8cc3fd5804e828b6647510795dbbb99eaa3
tree930c41e32a909c9a112b075f26e16a0540fe1b5e
parentf4fa4e8ec53b0943635edf3f147680c9b9214db8
Mixins now accept an empty argument list in parentheses
(#12992).

Change-Id: If2484e2f289aa7039984df0d9a73ba595117462c
theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.jj
theme-compiler/src/com/vaadin/sass/internal/parser/Token.java
theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java
theme-compiler/tests/resources/automatic/css/mixin-empty-paramlist.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/mixin-empty-paramlist.scss [new file with mode: 0644]