aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-5000/+0
| | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* Resolves a case where a missing semicolon was not inferred (#12792)Mika Murtojarvi2014-03-101-0/+1
| | | | | | | A rule used in includeDirective has been rewritten so that it is called when it may be needed. Change-Id: I6705f478a40727984b644cd2da96a7aae03b7a99
* Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-061-0/+2
| | | | Change-Id: I6a93e763c212eb39d7da9fdbd38f6a8609799c34
* Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-041-2/+0
| | | | | | This reverts commit a52b0ba902781e5daeffa4f9bc2e48f35eea2c35. Change-Id: I646c6067cd988f7593996642b22db3818f732d25
* Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-041-0/+2
| | | Change-Id: Icf53bdb80caf7a6989b90cf5ce83dd328d3e73dd
* Revert "Theme Parser is deleted, build procedure now generates it (#13161)."Leif Åstrand2014-01-161-0/+4997
| | | | | | | | Causes a multitude of compile errors on the build server. This reverts commit d2874fde4b8c6afa24f0f6535e0d6fcabc489f51. Change-Id: I49787b347944b614b9e98778b3219b7045cf2bfe
* Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-151-4997/+0
| | | | Change-Id: I6e0f797b9eadf9fe796750e2764faf4434494e29
* Sass, the handling of selectors containing multiple #-symbols (#12832)Mika Murtojarvi2013-11-061-5913/+4951
| | | | | | | | After the first commit, a test case has been downloaded and added to w3ctests. The indentation of a production was also changed in an attempt to more clearly express its meaning. Change-Id: I32356d1fcbafada982a5d3e22f0821e554cc6c8a
* Sass variables can now start with underscore (#12716)joheriks2013-10-211-30/+10
| | | | Change-Id: I1c6cb12113f2462f96e8fcfc0749d3f62fd1998c
* Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-281-5924/+5881
| | | | Change-Id: I48988c3f3451ff9fa86148f4bb923a2ebdb6c482
* #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-011-3011/+3973
| | | | | | the Sass Change-Id: Ib498f68caa7e87e2d9a21b29c9bfb2f30f35c701
* Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-171-5995/+5025
|\ | | | | | | | | | | | | Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: I049a08a5d129b8072bf91554ca0eab0d44e537e3
| * Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-4985/+4985
| |\ | |/ |/| | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * Regenerate SCSS parser classesHenri Sara2013-02-281-6006/+5025
| | | | | | | | Change-Id: Ifdd08e5fa83f4e7135150517ebdc0e5ac7ffe963
| * support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-281-594/+598
| | | | | | | | Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c
| * support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-271-746/+753
|/ | | | Change-Id: Ieb7834fb12cdba5c0794a26de20b3c8c2d509642
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-191-15/+15
| | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-141-5036/+5995
| | | | Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f
* Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-131-5896/+5021
| | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7
* Add license header for a couple of filesHaijian Wang2013-01-101-4961/+5911
| | | | Change-Id: I859dcc23397f4eee4b7f4e296f69520e8d6b07f6
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-091-1398/+1828
| | | | Change-Id: Ic65defdccb4d0aa8f54aa941acde21554f0bf989
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-081-0/+1
| | | | Change-Id: Ib128801a06a03ebd4460e87a6963a01483f58cec
* support interpolation in property name (#9410)Haijian Wang2013-01-041-15/+0
| | | | Change-Id: Idfb058daf796875cadf0262a2b8150fc1c103915
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-0/+15
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Support for all valid CSS selectors (#10316)Henri Sara2012-11-271-663/+664
| | | | | | | | | Add support for pseudo-functions like ":nth-child(n)". Add support for sibling selector "E ~ F". Add support for unknown pseudo-functions taking an identifier such as ":not(s)". Change-Id: I39b31fa99f031b31b215058a45b74e40b23191f3
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-0/+4564
Change-Id: Ia783142aa96665a26491b659a387490883875d37