summaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java
Commit message (Expand)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-487/+0
* Avoid using toString method to access to SCSS serialized state (#9530).denisanisimov2014-03-131-24/+34
* Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-061-0/+17
* Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-041-17/+0
* Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-041-0/+17
* Revert "Theme Parser is deleted, build procedure now generates it (#13161)."Leif Åstrand2014-01-161-1/+1
* Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-151-1/+1
* Import W3C CSS tests to validate CSS parsing (#12735)joheriks2013-10-301-8/+37
* Moved import resolving logic to resolvers (#11776)Artur Signell2013-09-261-22/+56
* Improve error message for missing imports (#12494)Artur Signell2013-09-021-5/+21
* Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-011-2/+10
* Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-261-0/+2
* ParseException does not output file name (Ticket #10967)Haijian Wang2013-02-141-1/+11
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-091-2/+42
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-141-5/+31
* Keep block order when unnesting (#10309)Henri Sara2012-11-261-1/+6
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-0/+290