Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mixins now accept an empty argument list in parentheses | Mika Murtojarvi | 2013-11-26 | 2 | -0/+43 |
| | | | | | | (#12992). Change-Id: If2484e2f289aa7039984df0d9a73ba595117462c | ||||
* | Add a test for @mixin { @font-face {...} } (#11649) | joheriks | 2013-11-08 | 2 | -0/+26 |
| | | | | Change-Id: I7d089ea14b169481f943a1f44058ad47f9b8179a | ||||
* | Fixes for sass compiler, handling mixins (#11288). | Mika Murtojarvi | 2013-11-08 | 4 | -0/+32 |
| | | | | | | | | 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) | joheriks | 2013-11-05 | 2 | -0/+9 |
| | | | | Change-Id: Ifa844e7bf8add886792b39c016cc2c9aa3d94b0c | ||||
* | Parser stripped minus of negative numbers with unknown units (#12811) | joheriks | 2013-10-28 | 2 | -0/+6 |
| | | | | Change-Id: I8964b1732f867cb3c5aa5859d12e94a5978adece | ||||
* | Handle numbers in the same way if they do not have a unit (#12732) | Artur Signell | 2013-10-16 | 8 | -0/+88 |
| | | | | Change-Id: Ic9dba337ffb209bf73ab427fa3a39e542e645c08 | ||||
* | Add sub directory support to sass test scanner (#12790) | Artur Signell | 2013-10-16 | 11 | -21/+41 |
| | | | | | | | 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 Murtojarvi | 2013-10-14 | 2 | -0/+11 |
| | | | | Change-Id: I9b25968cc140a9443820a26eadb6b5a1507ad7ec | ||||
* | Added controlDirective to ifContentStatement. Fixes ticket #12105. | Juho Nurminen | 2013-08-28 | 2 | -0/+26 |
| | | | | Change-Id: I48988c3f3451ff9fa86148f4bb923a2ebdb6c482 | ||||
* | #11638: Ending an imported SCSS file with a comment causes an error in | Haijian Wang | 2013-07-01 | 3 | -0/+9 |
| | | | | | | the Sass Change-Id: Ib498f68caa7e87e2d9a21b29c9bfb2f30f35c701 | ||||
* | Support nested SASS imports (#11909) | Henri Sara | 2013-05-28 | 2 | -0/+8 |
| | | | | Change-Id: I05f88e398e7e28f476d8c0d50b7f9ac54a7cba0b | ||||
* | Merge commit 'a52ceb96590333' into 7.1 | Leif Åstrand | 2013-05-17 | 8 | -0/+357 |
|\ | | | | | | | | | | | | | Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: I049a08a5d129b8072bf91554ca0eab0d44e537e3 | ||||
| * | Fixed IllegalSyntaxException when using spaces in path #11782 | John Ahlroos | 2013-05-06 | 1 | -0/+83 |
| | | | | | | | | Change-Id: I105b2835d44c94f00b847f342fd0a6e0ef571e97 | ||||
| * | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c' | Artur Signell | 2013-04-23 | 5 | -3/+42 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6 | ||||
| * | | Global code reformat | Leif Åstrand | 2013-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2 | ||||
| * | | Merge remote-tracking branch 'origin/7.0' | John Ahlroos | 2013-03-01 | 17 | -7/+198 |
| |\ \ | | | | | | | | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db | ||||
| * | | | support @content directive for Sass compiler (Ticket #10207) | Haijian Wang | 2013-02-28 | 4 | -0/+74 |
| | | | | | | | | | | | | | | | | Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c | ||||
| * | | | support arithmetics in the SCSS compiler (#9354) | Haijian Wang | 2013-02-27 | 3 | -0/+200 |
| | | | | | | | | | | | | | | | | Change-Id: Ieb7834fb12cdba5c0794a26de20b3c8c2d509642 | ||||
* | | | | Support non-trivial SASS media selectors (#11455) | Henri Sara | 2013-05-14 | 6 | -0/+32 |
| |_|/ |/| | | | | | | | | | | | | | | | | | 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 Sara | 2013-04-18 | 5 | -4/+43 |
| |/ |/| | | | | | | | | | This change also relaxes whitespace checking in SCSS tests slightly. Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f | ||||
* | | Make SassLangTestsBroken pass iff the CSS and SCSS do not match. | Henri Sara | 2013-03-01 | 1 | -0/+20 |
| | | | | | | | | | | | | | | This makes builds pass, and gives a clearer message if one of the previously broken tests have been fixed. Change-Id: I6e5b2d9771615abbcb611f28d50ebdefcaa01ae2 | ||||
* | | Removed super class which caused a JUnit3 runner to be used (#11184) | Artur Signell | 2013-02-28 | 1 | -4/+2 |
| | | | | | | | | Change-Id: Ib5d639e8c86c19902b77ce4681554065ee9be645 | ||||
* | | Print an error message if the test folder cannot be found (#11184) | Artur Signell | 2013-02-28 | 3 | -3/+14 |
| | | | | | | | | Change-Id: I0642a4a51de5f989811246003415f05688f49f4e | ||||
* | | Fixed several problems related to @extend directive (Ticket #10976) | Haijian Wang | 2013-02-26 | 13 | -0/+162 |
|/ | | | | Change-Id: I5e409856601aa514965319453c11946028b08dda | ||||
* | Selector now can begin with a combinator. (Ticket #10754) | Haijian Wang | 2013-02-19 | 4 | -0/+18 |
| | | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261 | ||||
* | more than expected params in mixin throws IOB exception. (Ticket #10988) | Haijian Wang | 2013-02-19 | 2 | -0/+29 |
| | | | | Change-Id: I6451c94a4f733b002165983f92c8577dac4904f6 | ||||
* | Added back previous removed test due to #9870 to pass test (Ticket | Haijian Wang | 2013-02-14 | 1 | -0/+1 |
| | | | | | | #9870) Change-Id: I8d8210689078cdb0408c23be621ac279080dc9bf | ||||
* | SASS fails to parse CSS expression function. (Ticket #9870) | Haijian Wang | 2013-02-14 | 2 | -0/+6 |
| | | | | Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f | ||||
* | Merge "Sass replaces variables based on substring matches. (Tickets #10508, ↵ | Henri Sara | 2013-02-13 | 5 | -0/+83 |
|\ | | | | | | | #10730)" into 7.0 | ||||
| * | Sass replaces variables based on substring matches. (Tickets #10508, | Haijian Wang | 2013-02-13 | 5 | -0/+83 |
| | | | | | | | | | | | | #10730) Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af | ||||
* | | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024) | Haijian Wang | 2013-02-13 | 2 | -0/+10 |
| | | | | | | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7 | ||||
* | | Merge "Referencing multiple params in multiple lines inside mixin (Ticket ↵ | Henri Sara | 2013-02-12 | 2 | -0/+14 |
|\ \ | |/ |/| | | | #10987)" into 7.0 | ||||
| * | Referencing multiple params in multiple lines inside mixin (Ticket | Haijian Wang | 2013-02-12 | 2 | -0/+14 |
| | | | | | | | | | | | | #10987) Change-Id: I3d97849afac763a9774cee254778e068f94a23e0 | ||||
* | | pseudo-class css selector fails the parser. (Ticket 10316) | Haijian Wang | 2013-02-11 | 2 | -0/+16 |
|/ | | | | Change-Id: I6548c31aaf01ac75fb0668c4c28acbee952e6c6f | ||||
* | Preserve UTF-8 in imported files and output @charset in generated css | Haijian Wang | 2013-01-09 | 3 | -0/+12 |
| | | | | | | (#10505) Change-Id: I53f46611ef39124d532b118bb8ccb34f31cf8a6a | ||||
* | Supports @keyframes, related to Ticket #10000 | Haijian Wang | 2013-01-09 | 2 | -0/+84 |
| | | | | Change-Id: Ic65defdccb4d0aa8f54aa941acde21554f0bf989 | ||||
* | supports contains in @if, related to Ticket #9975 | Haijian Wang | 2013-01-08 | 2 | -0/+25 |
| | | | | Change-Id: Ib128801a06a03ebd4460e87a6963a01483f58cec | ||||
* | support interpolation in property name (#9410) | Haijian Wang | 2013-01-04 | 2 | -0/+15 |
| | | | | Change-Id: Idfb058daf796875cadf0262a2b8150fc1c103915 | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 25 | -25/+25 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Merge "fix Ticket #10506, remove quotes in url path" | Henri Sara | 2013-01-02 | 3 | -0/+11 |
|\ | |||||
| * | fix Ticket #10506, remove quotes in url path | Haijian Wang | 2013-01-02 | 3 | -0/+11 |
| | | | | | | | | | | | | taking single quote into consideration Change-Id: I966ffeba8a60c7c16980cca3dfa69935e0aca67b | ||||
* | | Extend support for Microsoft filter expressions in SASS (#10597) | Henri Sara | 2012-12-27 | 2 | -0/+2 |
|/ | | | | | | | Now, also string parameters and multiple parameters are accepted by the parser. Change-Id: I3b1a707e4d0531c4d6117c8f0b2b140fdf6ac741 | ||||
* | Copy unrecognized @ rules to output as is (#10486) | Henri Sara | 2012-12-19 | 2 | -0/+6 |
| | | | | | | | Also adds preliminary support for recognizing @debug and @warn so that those are not copied. Change-Id: Idaf80daaad78804871d128a9e804404fcf043d25 | ||||
* | Merge "Use a custom test runner for SASS tests to get file name in JUnit " | Marc Englund | 2012-12-17 | 5 | -41/+154 |
|\ | |||||
| * | Use a custom test runner for SASS tests to get file name in JUnit | Henri Sara | 2012-12-14 | 5 | -41/+154 |
| | | | | | | | | Change-Id: I33b60bb524afd87d0e896e7f8495be8be6bd9263 | ||||
* | | Use separate scope for variables within a mixin (#10453) | Henri Sara | 2012-12-14 | 4 | -0/+43 |
|/ | | | | | | | Also contains another fix related to how variable values are replaced in mixins. Change-Id: I7a53e0a62041da6557eea10e124e64a55c7823f4 | ||||
* | Move SASS tests that now work to correct directory | Henri Sara | 2012-12-09 | 4 | -0/+0 |
| | | | | Change-Id: I8826539b5f51db29c46159f7f0d751d3fdf7eff2 | ||||
* | Accept anything as pseudo function parameters (#10316) | Henri Sara | 2012-12-07 | 2 | -0/+33 |
| | | | Change-Id: Ib5aab4d4ca7de0fa7dc46a31f8d98740b302b7d3 | ||||
* | Support @if in @mixin (#10438) | Henri Sara | 2012-11-30 | 2 | -0/+12 |
| | | | | | | Also adds support for @font-face and the (not yet implemented) @page. Change-Id: I65367121a71ac28c4b99d6b3ed7716e89cb132fa | ||||
* | Eliminate ambiguity between pseudos and properties (#10406) | Henri Sara | 2012-11-29 | 2 | -0/+25 |
| | | | | Change-Id: I339548272ad12d961f2f81a2922f8ec58828629f |