summaryrefslogtreecommitdiff
path: root/scss/extension/core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add the Sass 3.4 *-exists functions. Fixes #226, #229, #353Eevee (Lexy Munroe)2016-06-081-6/+65
* | 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
* 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
* Fix relative imports from within a subdirectory.Eevee (Alex Munroe)2014-10-151-7/+5
* Experiment with porting path handling to use pathlib.Eevee (Alex Munroe)2014-10-061-24/+41
* 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-161-0/+46
* Convert extra and fonts into extensions.Eevee (Alex Munroe)2014-08-271-0/+808