]> source.dussan.org Git - vaadin-framework.git/commit
Preserve UTF-8 in imported files and output @charset in generated css 67/567/4
authorHaijian Wang <haijian@vaadin.com>
Fri, 4 Jan 2013 12:13:02 +0000 (14:13 +0200)
committerHaijian Wang <haijian@vaadin.com>
Wed, 9 Jan 2013 11:59:16 +0000 (13:59 +0200)
commit63a7fdf83df3f43343ba4fdb878bdfc8ebf52204
treea1d653c63954f1be0f1a9675ce93af2e450430d0
parent2cc7ad1cd43132fce201aa21d2a31fd56f093815
Preserve UTF-8 in imported files and output @charset in generated css
(#10505)

Change-Id: I53f46611ef39124d532b118bb8ccb34f31cf8a6a
theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.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/visitor/ImportNodeHandler.java
theme-compiler/tests/resources/automatic/css/utf8.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/utf8-imported/to-be-imported-scss-file-contains-utf8.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/utf8.scss [new file with mode: 0644]