]> source.dussan.org Git - vaadin-framework.git/commit
Handle numbers in the same way if they do not have a unit (#12732)
authorArtur Signell <artur@vaadin.com>
Tue, 15 Oct 2013 19:50:47 +0000 (22:50 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 16 Oct 2013 09:32:54 +0000 (09:32 +0000)
commit39fdf66c3a2fb4033306ace1b7cbdaff0b63d882
treeb0f8a6966224fa0abde32d7a897567d1123e50b0
parent7c12694e047c42bf5f2ab189512e3346541e9c51
Handle numbers in the same way if they do not have a unit (#12732)

Change-Id: Ic9dba337ffb209bf73ab427fa3a39e542e645c08
theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java
theme-compiler/tests/resources/automatic/css/functions/abs.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/functions/ceil.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/functions/floor.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/functions/round.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/functions/abs.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/functions/ceil.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/functions/floor.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/functions/round.scss [new file with mode: 0644]