summaryrefslogtreecommitdiff
path: root/scss/namespace.py
Commit message (Expand)AuthorAgeFilesLines
* Fix DeprecationWarning on inspect.getargspec in python3Akihiro Motoki2021-02-181-3/+10
* Add the Sass 3.4 *-exists functions. Fixes #226, #229, #353Eevee (Lexy Munroe)2016-06-081-2/+12
* Stricter normalize_var.Eevee (Alex Munroe)2014-09-221-5/+2
* Avoid relying on KeyError in Scope, which might be a whole tree of Scopes!Eevee (Alex Munroe)2014-09-221-6/+4
* On second thought I don't think this assertion buys us anything.Eevee (Alex Munroe)2014-09-221-2/+0
* Minor optimizations to selector code.Eevee (Alex Munroe)2014-09-221-1/+2
* Introduce an Extension class, finally. Making a stab at #130.Eevee (Alex Munroe)2014-08-271-0/+37
* Clean up @import and SourceFile.Eevee (Alex Munroe)2014-08-241-6/+8
* Break up the compiler, and a lot of big modules. Fixes #133.Eevee (Alex Munroe)2014-08-221-0/+215