summaryrefslogtreecommitdiff
path: root/scss/extension
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #399 from e0ne/selector-append-funcIvan Kolodyazhny2020-09-031-0/+2
|\ | | | | Add selector-append function support
| * Add selector-append function supportIvan Kolodyazhny2020-04-141-0/+2
| | | | | | | | | | Sass selector-append function is the same as append-selector in compass so we can just add teh alias for it.
* | Fixed an issue where in a gradient where the only non-percetage stop value ↵matyasrichter2020-07-201-1/+1
|/ | | | would be zero, it would be marked as the max value and used in the denominator of a fraction.
* Merge pull request #343 from PhilipGarnero/allow-dots-in-filenamesEevee2016-06-081-5/+5
|\ | | | | better check on file path to allow dots in filenames
| * better check on file path to allow dots in filenamesPhilip Garnero2015-07-031-5/+5
| | | | | | | | fixes issue #334
* | 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
|/ | | | | | | | relates to issue #338 When using str-slice the compiler should correct for out of bounds or index zero, like ruby Sass. This is also essential for use with the Bourbon library as of 4.2.3 and its implementation of is-length, which is handled perfectly fine by Ruby Sass.
* 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
| | | | | | | Mostly for the benefit of django-pyscss (which thusfar has explicitly forced this behavior) so it doesn't need to copy and paste large blocks of fiddly code, but seems like a popular feature request in Ruby Sass as well.
* 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
| | | | | The biggest impetus here is to allow Django integration without having to copy and paste massive piles of code.
* 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
| | | | | | | | | | - Unquoted strings really shouldn't be re-escaped at all; oops. - Use the Url type a few places instead of manually escaping. - Make a Function type. - Fix the parsing of maps, and left-factor to get rid of the KW* tokens.
* 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