221 Commits (74bfd5e20759f0c26b40b41754129cbd71e0eff3)

Author SHA1 Message Date
  Sauli Tähkäpää 8077db8d51 Fixed pom fails in unit tests. 10 years ago
  Sauli Tähkäpää 32d319ebf8 Fixed pom fails in unit tests. 10 years ago
  Artur Signell 51431580ad Revert "Use Guava 16 which does not have compatibility issues" 10 years ago
  denisanisimov 18b66b9fe7 Avoid using toString method to access to SCSS serialized state (#9530). 10 years ago
  Artur Signell 1159db580f Use Guava 16 which does not have compatibility issues 10 years ago
  Mika Murtojarvi 6cd4335da1 Resolves a case where a missing semicolon was not inferred (#12792) 10 years ago
  Mika Murtojarvi 6acf4ef8fa Remove an empty line from a Sass test case. 10 years ago
  Johannes Dahlström be827f80ef Enable on-the-fly SASS compilation in OSGi (#10307) 10 years ago
  denisanisimov 853d42a08b Function "percentage" is implemented (#12771). 10 years ago
  denisanisimov 6f5b334247 Avoid error in rgb() function if variables are used (#12752). 10 years ago
  Mika Murtojarvi b008768b93 Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834) 10 years ago
  Mika Murtojarvi 3a9327925b Move passing Sass tests from sasslangbroken to sasslang. 10 years ago
  denisanisimov 40e07d0172 Function compilation is refactored (#13253). 10 years ago
  Mika Murtojarvi 051460ae2a Move Sass test files to the correct locations. 10 years ago
  Mika Murtojarvi 915c37b569 Sass compiler now treats null-valued variables as unassigned (#12430). 10 years ago
  denisanisimov bfe548e6d6 Use Logger instead of System.out and System.err (#10328,#13300). 10 years ago
  Artur Signell 36266a0a45 Revert "Use Logger instead of System.out and System.err (#10328)." 10 years ago
  denisanisimov a52b0ba902 Use Logger instead of System.out and System.err (#10328). 10 years ago
  denisanisimov eca905f8d6 Parser recognizes @content directive inside @media (#13279). 10 years ago
  joheriks 3bfd0046ea Resolved ambiguous parsing of ";" within @media block (#12923) 10 years ago
  denisanisimov f52c25fbb8 Fix false-negative sasslangbroken tests (#13275). 10 years ago
  denisanisimov a5727e4400 Some tests are fixed on Win (CRLF issue). 10 years ago
  Leif Åstrand dd0479cdef Revert "Theme Parser is deleted, build procedure now generates it (#13161)." 10 years ago
  denisanisimov d2874fde4b Theme Parser is deleted, build procedure now generates it (#13161). 10 years ago
  denisanisimov 034197d5a9 clone() method is removed from LexicalUnitImpl (#13182 ). 10 years ago
  Felype Santiago Ferreira b5a080cced Provides error location for ArithmeticException. (#11877) 10 years ago
  joheriks 37919d14b7 For @-directives, infer missing semicolon before closing brace (#12792) 10 years ago
  Mika Murtojarvi 1ac492e46b Move a sass test that no longer fails. 10 years ago
  Mika Murtojarvi 8abf43431e Move working sass tests from sasslangbroken to sasslang. 10 years ago
  Mika Murtojarvi a705f8cc3f Mixins now accept an empty argument list in parentheses 10 years ago
  Mika Murtojarvi f4fa4e8ec5 Normalize line endings 10 years ago
  Artur Signell 011a2a0c9d Do not generate ParseException as it has been customized (#12937) 10 years ago
  Artur Signell f3fa6af2ba Regenerated parser files (#12937) 10 years ago
  Artur Signell 3680505544 Ensure generated parser is re-generated during build (#12937) 10 years ago
  joheriks 30e9b7c794 Add a test for @mixin { @font-face {...} } (#11649) 10 years ago
  Mika Murtojarvi a3aa6cc93e Fixes for sass compiler, handling mixins (#11288). 10 years ago
  Mika Murtojarvi bc0d55197a A fix for handling nested parentheses in sass (#12833) 10 years ago
  Mika Murtojarvi a5412c0274 Sass, the handling of selectors containing multiple #-symbols (#12832) 10 years ago
  joheriks a2f255448e Allow @font-face and general @-directives inside @if-blocks (#11649) 10 years ago
  joheriks cd64fab95a Added jsoup as a testing dependency (#12735) 10 years ago
  joheriks 29a6a8a7cb Import W3C CSS tests to validate CSS parsing (#12735) 10 years ago
  joheriks 9d84c09171 Parser stripped minus of negative numbers with unknown units (#12811) 10 years ago
  joheriks 6f76840f6c Sass variables can now start with underscore (#12716) 10 years ago
  Artur Signell 39fdf66c3a Handle numbers in the same way if they do not have a unit (#12732) 10 years ago
  Artur Signell 7c12694e04 Add sub directory support to sass test scanner (#12790) 10 years ago
  Mika Murtojarvi 25fc2f2f1a Fix whitespace after including a mixin (#12715) 10 years ago
  Artur Signell 7c5bdce3b4 Compass test cases (#11776) 10 years ago
  Artur Signell 89760ada62 Add support for partial imports (#11776) 10 years ago
  Artur Signell bad3f6a6b5 Refactor how base paths are determined when resolving (#11776) 10 years ago
  Artur Signell 6d0c6e094f Moved import resolving logic to resolvers (#11776) 10 years ago