summaryrefslogtreecommitdiffstats
path: root/theme-compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Global code clean upLeif Åstrand2013-04-251-1/+1
* Fixed failing path resolving when scss compiler is resolving included mixins ...John Ahlroos2013-04-242-31/+25
* Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-234-12966/+13014
|\
| * Support "to" in CSS function parameters (#11309)Henri Sara2013-04-182-44/+93
* | Global code reformatLeif Åstrand2013-04-051-3/+2
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-014-24/+132
|\|
| * Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-012-2/+17
| * Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-263-22/+115
* | Regenerate SCSS parser classesHenri Sara2013-02-283-14233/+12467
* | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-2813-1519/+1770
* | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-2714-1461/+2118
|/
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-193-1169/+1152
* more than expected params in mixin throws IOB exception. (Ticket #10988)Haijian Wang2013-02-191-5/+26
* Fixed logic error causing IOException if stream supports mark (#10851)Artur Signell2013-02-192-9/+14
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-143-6152/+6192
* ParseException does not output file name (Ticket #10967)Haijian Wang2013-02-142-1/+45
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, #...Henri Sara2013-02-138-40/+74
|\
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-138-40/+74
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-136-6377/+5577
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket #10...Henri Sara2013-02-121-15/+19
|\ \ | |/ |/|
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-121-15/+19
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-112-1881/+1692
|/
* Add license header for a couple of filesHaijian Wang2013-01-106-12800/+14971
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-094-171/+198
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-098-2604/+3559
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-084-1097/+1127
* support interpolation in property name (#9410)Haijian Wang2013-01-045-922/+933
* Updated copyright notices and added missing license headersArtur Signell2013-01-0470-34/+574
* Merge "fix Ticket #10506, remove quotes in url path"Henri Sara2013-01-021-1/+3
|\
| * fix Ticket #10506, remove quotes in url pathHaijian Wang2013-01-021-1/+3
* | Minor fix to SASS else-if condition parsing.Henri Sara2013-01-022-3/+3
* | Sass parser refactoring to reduce duplication.Henri Sara2013-01-022-1113/+1311
* | Extend support for Microsoft filter expressions in SASS (#10597)Henri Sara2012-12-272-328/+358
|/
* Copy unrecognized @ rules to output as is (#10486)Henri Sara2012-12-193-632/+776
* Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-142-8/+51
* Accept anything as pseudo function parameters (#10316)Henri Sara2012-12-072-849/+776
* Support @if in @mixin (#10438)Henri Sara2012-11-302-9/+20
* Eliminate ambiguity between pseudos and properties (#10406)Henri Sara2012-11-292-658/+1372
* Merge "Add lookahead to eliminate SASS parsing ambiguity"Marc Englund2012-11-292-49/+64
|\
| * Add lookahead to eliminate SASS parsing ambiguityHenri Sara2012-11-282-49/+64
* | Regenerate some SASS parser files to reduce warnings.Henri Sara2012-11-283-3/+3
|/
* Support for all valid CSS selectors (#10316)Henri Sara2012-11-274-1423/+1496
* Keep block order when unnesting (#10309)Henri Sara2012-11-262-7/+13
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-2371-195/+197
* Refactor node traversal and empty node removal.Henri Sara2012-11-233-21/+53
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ...Marc Englund2012-11-231-7/+24
* Warns and removes if parent reference '&' is used w/o parent, fixes #10327Marc Englund2012-11-222-0/+29
* Combine Sass Block node handlers (parent selector), commentsHenri Sara2012-11-225-81/+57
* Fixes #10308 (parent reference & causes non-parent selectors to be dropped)Marc Englund2012-11-211-7/+5
* Global code cleanupLeif Åstrand2012-11-212-1/+2