summaryrefslogtreecommitdiff
path: root/scss/extension
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #399 from e0ne/selector-append-funcIvan Kolodyazhny2020-09-031-0/+2
|\
| * Add selector-append function supportIvan Kolodyazhny2020-04-141-0/+2
* | Fixed an issue where in a gradient where the only non-percetage stop value wo...matyasrichter2020-07-201-1/+1
|/
* Merge pull request #343 from PhilipGarnero/allow-dots-in-filenamesEevee2016-06-081-5/+5
|\
| * better check on file path to allow dots in filenamesPhilip Garnero2015-07-031-5/+5
* | if()'s arguments are evaluated lazily. Fixes #339Eevee (Lexy Munroe)2016-06-081-8/+0
* | Leave invert(N) alone; it's a CSS filter. Fixes #331Eevee (Lexy Munroe)2016-06-081-0/+6
* | append() should default to spaces. Fixes #335Eevee (Lexy Munroe)2016-06-081-22/+16
* | Compass should treat currentColor as a color. Fixes #354Eevee (Lexy Munroe)2016-06-081-3/+8
* | Add the Sass 3.4 *-exists functions. Fixes #226, #229, #353Eevee (Lexy Munroe)2016-06-081-6/+65
* | Fix fonts extension under Python 3, and fix expected outputEevee (Lexy Munroe)2016-06-081-5/+5
* | Fixes length calculation for str_slice edge casesWilliam Anderson2015-08-041-2/+2
* | Increases parity of str-slice with Sass str-sliceWilliam Anderson2015-08-041-2/+6
|/
* Fix handling of relative imports again.Eevee (Alex Munroe)2014-12-091-6/+10
* Comment update.Eevee (Alex Munroe)2014-11-121-8/+4
* Restore a missing `return`.Eevee (Alex Munroe)2014-11-121-1/+1
* Undocumented support for allowing @import to work on .css files.Eevee (Alex Munroe)2014-11-121-1/+1
* Fix core tests to check for commas; fix join's auto behavior. Fixes #307.Eevee (Alex Munroe)2014-10-171-2/+20
* Better handle running the tests without PIL installed.Eevee (Alex Munroe)2014-10-174-9/+13
* Fix relative imports from within a subdirectory.Eevee (Alex Munroe)2014-10-151-7/+5
* Extensions using Cache class, using CACHE_ROOT as the cache key prefixGerman M. Bravo2014-10-155-22/+64
* Added simple local memory Cache class for using in extensionsGerman M. Bravo2014-10-152-1/+43
* Added NOQAGerman M. Bravo2014-10-151-1/+1
* Experiment with porting path handling to use pathlib.Eevee (Alex Munroe)2014-10-062-24/+44
* Return the unicode character as glyph codeGerman M. Bravo2014-09-181-1/+2
* Fix a couple bugs in the core extension.Eevee (Alex Munroe)2014-09-181-3/+4
* Possible implementation of an import hook for extensions.Eevee (Alex Munroe)2014-09-163-5/+166
* Better approach to registering Compass functions.Eevee (Alex Munroe)2014-09-045-26/+13
* Fix most of the catastrophic fallout.Eevee (Alex Munroe)2014-08-293-24/+31
* Oops, fix __all__.Eevee (Alex Munroe)2014-08-273-3/+3
* Move Compass to an extension.Eevee (Alex Munroe)2014-08-277-2/+2291
* Move bootstrap to an extension.Eevee (Alex Munroe)2014-08-271-0/+26
* Convert extra and fonts into extensions.Eevee (Alex Munroe)2014-08-275-0/+1768