121 Commits (7abb5e3397cc2bf40a2dbaba94573c7653b4b12e)

Author SHA1 Message Date
  John Ahlroos b056c43954 Prevent NPE when a SCSS file is not found #11099 11 years ago
  Henri Sara a2636a774d Make SassLangTestsBroken pass iff the CSS and SCSS do not match. 11 years ago
  Artur Signell be759f8424 Removed super class which caused a JUnit3 runner to be used (#11184) 11 years ago
  Artur Signell 4b95571541 Print an error message if the test folder cannot be found (#11184) 11 years ago
  Haijian Wang b6feca3324 Fixed several problems related to @extend directive (Ticket #10976) 11 years ago
  Haijian Wang cc5252a98e Selector now can begin with a combinator. (Ticket #10754) 11 years ago
  Haijian Wang 821ebf49d8 more than expected params in mixin throws IOB exception. (Ticket #10988) 11 years ago
  Artur Signell 638bb9263d Fixed logic error causing IOException if stream supports mark (#10851) 11 years ago
  Haijian Wang 69d6f8b789 Added back previous removed test due to #9870 to pass test (Ticket 11 years ago
  Haijian Wang 51a9acc5d8 SASS fails to parse CSS expression function. (Ticket #9870) 11 years ago
  Haijian Wang 9b37af6bfa ParseException does not output file name (Ticket #10967) 11 years ago
  Haijian Wang fb6339d075 Sass replaces variables based on substring matches. (Tickets #10508, 11 years ago
  Haijian Wang cafd136f6f Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024) 11 years ago
  Haijian Wang 28cb23f111 Referencing multiple params in multiple lines inside mixin (Ticket 11 years ago
  Haijian Wang cb09f78170 pseudo-class css selector fails the parser. (Ticket 10316) 11 years ago
  Artur Signell 0ece55d000 Include GWT sources in sources jar (#9102) 11 years ago
  Haijian Wang 8af39d1423 Add license header for a couple of files 11 years ago
  Haijian Wang 63a7fdf83d Preserve UTF-8 in imported files and output @charset in generated css 11 years ago
  Haijian Wang 2cc7ad1cd4 Supports @keyframes, related to Ticket #10000 11 years ago
  Haijian Wang e788649967 supports contains in @if, related to Ticket #9975 11 years ago
  Pekka Hyvönen 1042592911 Checkstyle for Vaadin #9065 11 years ago
  Haijian Wang a13ea142d9 support interpolation in property name (#9410) 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Artur Signell beb245d0e8 Fixed typo in build script 11 years ago
  Haijian Wang 9df030ba55 fix Ticket #10506, remove quotes in url path 11 years ago
  Henri Sara 21b8e3652e Minor fix to SASS else-if condition parsing. 11 years ago
  Henri Sara c7806b0f60 Sass parser refactoring to reduce duplication. 11 years ago
  Henri Sara 45c6065c79 Extend support for Microsoft filter expressions in SASS (#10597) 11 years ago
  Henri Sara 6ddbc1aba9 Copy unrecognized @ rules to output as is (#10486) 11 years ago
  Henri Sara 8ad2a93120 Use a custom test runner for SASS tests to get file name in JUnit 11 years ago
  Henri Sara aff0802d4b Use separate scope for variables within a mixin (#10453) 11 years ago
  Artur Signell d997604e1b Override commons-logging version (#9970) 11 years ago
  Henri Sara d2b69dbee6 Same version of commons-lang in SmartSprites and elsewhere (#9970) 11 years ago
  Henri Sara 0afd959a89 Move SASS tests that now work to correct directory 11 years ago
  Henri Sara 5ca922358f Accept anything as pseudo function parameters (#10316) 11 years ago
  Henri Sara 5b90327f4e Support @if in @mixin (#10438) 11 years ago
  Henri Sara bcd31a6bad Eliminate ambiguity between pseudos and properties (#10406) 11 years ago
  Artur Signell cfa886551d Removed invalid dependency to vaadin-shared-deps (#10415) 11 years ago
  Henri Sara deca3b2f6d Add lookahead to eliminate SASS parsing ambiguity 11 years ago
  Henri Sara 3c070083e5 Regenerate some SASS parser files to reduce warnings. 11 years ago
  Henri Sara 82120d5db9 Support for all valid CSS selectors (#10316) 11 years ago
  Henri Sara e8ef66d2d6 Move some SCSS tests to be scanned automatically 11 years ago
  Henri Sara e87d3ac602 Refactor tests imported from the sass-lang project (#9751) 11 years ago
  Henri Sara befa3fe32e Imported tests from the sass-lang project (#9751) 11 years ago
  Henri Sara 78bfb5cb1c Keep block order when unnesting (#10309) 11 years ago
  Artur Signell 891fc21031 Compile parser during build (#9283) 11 years ago
  Marc Englund fa7da72266 Make most of the sass compiler API internal, fixes #10339 11 years ago
  Henri Sara 8b90d2e2d3 Refactor node traversal and empty node removal. 11 years ago
  Marc Englund d6caa6043a Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, updates themes to support this. 11 years ago
  Marc Englund b913ab2907 Warns and removes if parent reference '&' is used w/o parent, fixes #10327 11 years ago