summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for bitops, which Sass lacks syntax for.Eevee2013-06-261-25/+0
* Replace Value._wrap with a less general, less crazy solution.Eevee2013-06-263-40/+25
* Added tests for all the core Sass functions.Eevee2013-06-204-19/+364
* Couple minor fixes.Eevee2013-05-291-12/+10
* Simplify BooleanValue.Eevee2013-05-294-79/+39
* Refactor and simplify variable storage and expression evaluation.Eevee2013-05-235-232/+265
* Fix tests to expect that named colors are preserved.Eevee2013-05-237-12/+12
* Avoid expanding colors on load.Eevee2013-05-235-13/+15
* Move @return out of options. Update an old test to match Ruby.Eevee2013-05-233-10/+13
* Minor cleanup, moving towards less entanglement of rule instances.Eevee2013-05-232-26/+22
* Start using new_child on context instead of copy.Eevee2013-05-232-12/+16
* Break functions and mixins out of rule.options.Eevee2013-05-234-26/+228
* Promote eval_expr and interpolate to Calculator methods.Eevee2013-05-232-76/+76
* Move Calculator into expression.py.Eevee2013-05-234-96/+101
* Replace CachedScanner with an AST cache.Eevee2013-05-232-82/+23
* Remove rule and library from the expression grammar.Eevee2013-05-233-246/+125
* Rework expression parser to spit out an AST rather than evaluating as it goes.Eevee2013-05-2311-301/+424
* Always "dequote" when doing #-interpolation.Eevee2013-05-233-22/+42
* Fix a recent bug that caused some blocks to come out in the wrong order.Eevee2013-05-231-1/+1
* Slightly smarter test file filtering.Eevee2013-05-231-9/+17
* Add py.test wizardry for running a subset of file tests. Fixes #134.Eevee2013-05-233-8/+54
* Extend float rounding to 5 digits, to match Ruby sass.Eevee2013-05-231-1/+1
* Support scope blocks like `background: red { ... }`.Eevee2013-05-232-6/+20
* Remove _skip_word_re.Eevee2013-05-232-5/+1
* Preserve empty unrecognized @-rules.Eevee2013-05-233-3/+28
* Tests and Fixes #154 (dividing numbers of the same unit type)German M. Bravo2013-05-154-0/+32
* Initial experimental support for SASS syntaxGerman M. Bravo2013-05-113-24/+132
* Mixin and function scope at the time of the definition is passed. Fixes #110German M. Bravo2013-05-116-12/+77
* Option names normalizationGerman M. Bravo2013-05-111-1/+1
* Copy over the libsass test suite. #151Eevee2013-05-08321-0/+52864
* Make padding the default for spacingGerman M. Bravo2013-05-082-29/+29
* Check dst-colors exist and if there is alpha channel in the sourcesGerman M. Bravo2013-05-081-6/+11
* Sprite maps generation checks for sprite map asset filesGerman M. Bravo2013-05-081-28/+30
* Using proper alpha composition and colors translation for sprites collapsingGerman M. Bravo2013-05-081-22/+60
* Improved parameters and documentation for sprite-map()German M. Bravo2013-05-081-37/+102
* Multiple positions for horizontal and vertical sprite map layoutsGerman M. Bravo2013-05-081-4/+18
* ListValue now has args and kwargs methods (it also adds __getitem__)German M. Bravo2013-05-081-0/+12
* Fixed representation of tokens when tokens is a tupleGerman M. Bravo2013-05-081-1/+1
* Change destiny color fixed to cover the whole new imageGerman M. Bravo2013-05-071-2/+2
* Removed debugging printGerman M. Bravo2013-05-071-11/+7
* PackedSpritesLayout breaks when 96% is reachedGerman M. Bravo2013-05-071-8/+10
* Sprite map layouts addedGerman M. Bravo2013-05-073-173/+438
* Added CACHE_ROOT and ASSETS_ROOT defaults to STATIC_ROOT + /assetsGerman M. Bravo2013-05-074-6/+13
* Using cPickle for cache, if availableGerman M. Bravo2013-05-071-2/+5
* Missing imports and PEP 8 cleanupsGerman M. Bravo2013-05-074-10/+17
* Sprite map code reorganized (small optimizations and added diagonal direction)German M. Bravo2013-05-061-76/+140
* Print timing and profiler moved to the util moduleGerman M. Bravo2013-05-062-58/+67
* Fix so the regexp works using StringValue's valueGerman M. Bravo2013-05-062-6/+6
* Fix the @if statement. (Thanks to QuLogic)German M. Bravo2013-05-061-1/+9
* Add skew function from CSS3 3D Transforms list. (Thanks to QuLogic)German M. Bravo2013-05-061-3/+3