]> source.dussan.org Git - vaadin-framework.git/commit
Support "to" in CSS function parameters (#11309)
authorHenri Sara <hesara@vaadin.com>
Thu, 18 Apr 2013 07:36:31 +0000 (10:36 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 18 Apr 2013 17:54:58 +0000 (17:54 +0000)
commit0a2b6b5127f97bededd4b84926d656b9dd4a3032
tree54ed232c9dc9679c2ab6f43c0e57d6d26b93e932
parent4f9df1f6f0926cfce846a43c557e9b69302a4ca3
Support "to" in CSS function parameters (#11309)

This change also relaxes whitespace checking in SCSS tests slightly.

Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.jj
theme-compiler/tests/resources/automatic/css/gradient.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/gradient.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/css/385-test_newlines_removed_from_selectors_when_compressed.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/385-test_newlines_removed_from_selectors_when_compressed.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/385-test_newlines_removed_from_selectors_when_compressed.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/385-test_newlines_removed_from_selectors_when_compressed.scss [deleted file]
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java