summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss
Commit message (Collapse)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-3151-702/+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
* Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-101-0/+19
|\ | | | | | | | | | | | | | | | | 915c37b Sass compiler now treats null-valued variables as unassigned (#12430). Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: If9789f8d0638377d27e77ec4be0fdf0f96e4b1af
| * Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-061-0/+19
| | | | | | | | Change-Id: I13a11b4c7d148646ad3eb5492d9dd8d736e63f39
| * Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-261-0/+28
| | | | | | | | | | | | (#12992). Change-Id: If2484e2f289aa7039984df0d9a73ba595117462c
* | Parser recognizes @content directive inside @media (#13279).denisanisimov2014-02-031-0/+21
|/ | | | Change-Id: I7fd8868233e9378aaf3725bb202d4b34f3f27713
* Add a test for @mixin { @font-face {...} } (#11649)joheriks2013-11-081-0/+17
| | | | Change-Id: I7d089ea14b169481f943a1f44058ad47f9b8179a
* Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-082-0/+21
| | | | | | | | Keyframe selectors can now be comma-separated lists, interpolation unquotes a quoted string and the parameters of an @include are no longer lost. Change-Id: I2622aca7471adc8004371affbb803d850e801307
* Allow @font-face and general @-directives inside @if-blocks (#11649)joheriks2013-11-051-0/+8
| | | | Change-Id: Ifa844e7bf8add886792b39c016cc2c9aa3d94b0c
* Parser stripped minus of negative numbers with unknown units (#12811)joheriks2013-10-281-0/+3
| | | | Change-Id: I8964b1732f867cb3c5aa5859d12e94a5978adece
* Handle numbers in the same way if they do not have a unit (#12732)Artur Signell2013-10-164-0/+44
| | | | Change-Id: Ic9dba337ffb209bf73ab427fa3a39e542e645c08
* Add sub directory support to sass test scanner (#12790)Artur Signell2013-10-167-4/+4
| | | | | | | Exclude partial scss files (starting with _) Add new lines to normalized css for easier comparison Change-Id: I2bfb796b293cb0b578c3c5c56aacffe7c1514b02
* Fix whitespace after including a mixin (#12715)Mika Murtojarvi2013-10-141-0/+9
| | | | Change-Id: I9b25968cc140a9443820a26eadb6b5a1507ad7ec
* Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-281-0/+19
| | | | Change-Id: I48988c3f3451ff9fa86148f4bb923a2ebdb6c482
* #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-012-0/+6
| | | | | | the Sass Change-Id: Ib498f68caa7e87e2d9a21b29c9bfb2f30f35c701
* Support nested SASS imports (#11909)Henri Sara2013-05-281-0/+3
| | | | Change-Id: I05f88e398e7e28f476d8c0d50b7f9ac54a7cba0b
* Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-173-0/+93
|\ | | | | | | | | | | | | Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: I049a08a5d129b8072bf91554ca0eab0d44e537e3
| * Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-0/+17
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * \ Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-015-0/+61
| |\ \ | | | | | | | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * | | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-282-0/+49
| | | | | | | | | | | | | | | | Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c
| * | | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-271-0/+44
| | | | | | | | | | | | | | | | Change-Id: Ieb7834fb12cdba5c0794a26de20b3c8c2d509642
* | | | Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-143-0/+16
| |_|/ |/| | | | | | | | | | | | | | | | | This change adds support for media selectors with a query that consist of more than just a single word. Change-Id: Id6a09de8e88984ad052321ae93ffa2e7c2ba1c04
* | | Support "to" in CSS function parameters (#11309)Henri Sara2013-04-181-0/+17
| |/ |/| | | | | | | | | This change also relaxes whitespace checking in SCSS tests slightly. Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f
* | Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-265-0/+61
|/ | | | Change-Id: I5e409856601aa514965319453c11946028b08dda
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-191-0/+9
| | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-141-0/+3
| | | | Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, ↵Henri Sara2013-02-132-0/+23
|\ | | | | | | #10730)" into 7.0
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-132-0/+23
| | | | | | | | | | | | #10730) Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-131-0/+5
| | | | | | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket ↵Henri Sara2013-02-121-0/+10
|\ \ | |/ |/| | | #10987)" into 7.0
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-121-0/+10
| | | | | | | | | | | | #10987) Change-Id: I3d97849afac763a9774cee254778e068f94a23e0
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-111-0/+11
|/ | | | Change-Id: I6548c31aaf01ac75fb0668c4c28acbee952e6c6f
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-092-0/+7
| | | | | | (#10505) Change-Id: I53f46611ef39124d532b118bb8ccb34f31cf8a6a
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-091-0/+46
| | | | Change-Id: Ic65defdccb4d0aa8f54aa941acde21554f0bf989
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-081-0/+18
| | | | Change-Id: Ib128801a06a03ebd4460e87a6963a01483f58cec
* support interpolation in property name (#9410)Haijian Wang2013-01-041-0/+9
| | | | Change-Id: Idfb058daf796875cadf0262a2b8150fc1c103915
* Merge "fix Ticket #10506, remove quotes in url path"Henri Sara2013-01-022-0/+6
|\
| * fix Ticket #10506, remove quotes in url pathHaijian Wang2013-01-022-0/+6
| | | | | | | | | | | | taking single quote into consideration Change-Id: I966ffeba8a60c7c16980cca3dfa69935e0aca67b
* | Extend support for Microsoft filter expressions in SASS (#10597)Henri Sara2012-12-271-0/+1
|/ | | | | | | Now, also string parameters and multiple parameters are accepted by the parser. Change-Id: I3b1a707e4d0531c4d6117c8f0b2b140fdf6ac741
* Copy unrecognized @ rules to output as is (#10486)Henri Sara2012-12-191-0/+3
| | | | | | | Also adds preliminary support for recognizing @debug and @warn so that those are not copied. Change-Id: Idaf80daaad78804871d128a9e804404fcf043d25
* Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-142-0/+25
| | | | | | | Also contains another fix related to how variable values are replaced in mixins. Change-Id: I7a53e0a62041da6557eea10e124e64a55c7823f4
* Accept anything as pseudo function parameters (#10316)Henri Sara2012-12-071-0/+17
| | | Change-Id: Ib5aab4d4ca7de0fa7dc46a31f8d98740b302b7d3
* Support @if in @mixin (#10438)Henri Sara2012-11-301-0/+9
| | | | | | Also adds support for @font-face and the (not yet implemented) @page. Change-Id: I65367121a71ac28c4b99d6b3ed7716e89cb132fa
* Eliminate ambiguity between pseudos and properties (#10406)Henri Sara2012-11-291-0/+16
| | | | Change-Id: I339548272ad12d961f2f81a2922f8ec58828629f
* Support for all valid CSS selectors (#10316)Henri Sara2012-11-271-0/+63
| | | | | | | | | 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
* Move some SCSS tests to be scanned automaticallyHenri Sara2012-11-274-0/+64
Change-Id: I7590c6cd20f649a5c02e92673d44cf1c2721b95d