summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed compiler warningsGerman M. Bravo2014-09-182-4/+2
|
* build.py restored (used internally to build speedups)German M. Bravo2014-09-181-0/+26
|
* 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
|
* Forgot to add this @extend test.Eevee (Alex Munroe)2014-09-182-0/+9
|
* Bump to 1.3.0.a1.v1.3.0.a1Eevee (Alex Munroe)2014-09-161-1/+1
|
* Make apply_extends more threadsafe, probably. Fixes #304.Eevee (Alex Munroe)2014-09-161-8/+5
|
* Possible implementation of an import hook for extensions.Eevee (Alex Munroe)2014-09-165-155/+181
|
* Reduce default precision to match Ruby.Eevee (Alex Munroe)2014-09-091-1/+1
|
* Correctly handle `a > b { @extend c; }`.Eevee (Alex Munroe)2014-09-091-2/+10
|
* Clarify that this argument passing behavior is not a deviation.Eevee (Alex Munroe)2014-09-081-3/+3
|
* Allow arbitrary expressions for alpha(opacity=...).Eevee (Alex Munroe)2014-09-083-4/+23
|
* Stop doing textual interpolation on argspecs before parsing them.Eevee (Alex Munroe)2014-09-081-1/+0
|
* Double fix for @import breaking when given a relative dirname.Eevee (Alex Munroe)2014-09-081-4/+8
|
* Fill in the changelog for 1.3.Eevee (Alex Munroe)2014-09-073-20/+93
|
* Remove debug code, oops.Eevee (Alex Munroe)2014-09-051-2/+0
|
* scss.expression -> scss.calculatorEevee (Alex Munroe)2014-09-059-8/+8
|
* Don't quote the contents of the IE alpha() function.Eevee (Alex Munroe)2014-09-053-2/+4
|
* Fix an oversight in the spec-compliant unescape().Eevee (Alex Munroe)2014-09-052-5/+10
|
* Append a newline in compressed mode.Eevee (Alex Munroe)2014-09-041-0/+4
|
* Fix @extend heisenbug when extending a selector that appears twice in the ↵Eevee (Alex Munroe)2014-09-042-34/+55
| | | | same rule.
* Better approach to registering Compass functions.Eevee (Alex Munroe)2014-09-048-35/+19
|
* Give up on matching Ruby's quoting behavior for now.Eevee (Alex Munroe)2014-09-043-5/+9
|
* Update sprite-map test.Eevee (Alex Munroe)2014-09-041-1/+1
| | | | | The hash is affected by the repr of Sass types, which I changed recently.
* Fix interactions between interpolation and function literals.Eevee (Alex Munroe)2014-09-044-6/+41
|
* Oops, broke Url and Function a bit.Eevee (Alex Munroe)2014-09-041-4/+4
|
* Unfix this test, alas.Eevee (Alex Munroe)2014-09-041-1/+2
|
* Allow CSS escapes in barewords.Eevee (Alex Munroe)2014-09-044-17/+19
|
* Sass allows space after the ! in !important.Eevee (Alex Munroe)2014-09-042-4/+4
|
* Lots of fixes to gritty details of how Sass treats url().Eevee (Alex Munroe)2014-09-046-59/+235
| | | | | | | | | Basically: if it looks like it's a single bare URL, only interpolations are allowed. Otherwise, it's expected to be a whole expression. Handling of interpolation in barewords is much improved. Also fixed the wrapping of SassSyntaxError.
* Learn to parse the IE alpha(opacity=100) syntax.Eevee (Alex Munroe)2014-09-032-28/+53
|
* Fix parsing of expression().Eevee (Alex Munroe)2014-09-022-7/+7
|
* Delete a big ol block of commented-out scanner code.Eevee (Alex Munroe)2014-09-021-62/+0
|
* Make scanner errors slightly more friendly to read.Eevee (Alex Munroe)2014-09-024-29/+59
|
* Fix setup.py to include the grammar, oops.Eevee (Alex Munroe)2014-09-021-0/+1
|
* Support !global (currently a no-op). Fixes #272.Eevee (Alex Munroe)2014-09-011-12/+21
|
* Fix a couple bugs with interpolation.Eevee (Alex Munroe)2014-09-016-35/+67
| | | | | | | | - Sometimes whitespace could be lost after an interpolation. - Null wasn't being correctly interpolated as empty string. - Removing String.__str__ revealed a tiny bug in apply_vars.
* Preserve the order of slurpy kwargs. Fix a heisentest.Eevee (Alex Munroe)2014-08-315-12/+30
|
* Fix spurious deprecation warning.Eevee (Alex Munroe)2014-08-291-1/+2
|
* Support CSS calc().Eevee (Alex Munroe)2014-08-295-30/+41
|
* Couple more test fixes...Eevee (Alex Munroe)2014-08-292-3/+2
|
* Urgh fix this test another way.Eevee (Alex Munroe)2014-08-291-1/+1
|
* Fix parsing of a lone interpolation.Eevee (Alex Munroe)2014-08-292-27/+47
|
* Stop doing interpolation before parsing.Eevee (Alex Munroe)2014-08-291-9/+5
|
* Understand (and correctly ignore) IE's expression() function.Eevee (Alex Munroe)2014-08-293-25/+80
|
* Fix a couple bogus tests.Eevee (Alex Munroe)2014-08-293-5/+6
|
* Ruby only treats escapes specially inside quoted strings.Eevee (Alex Munroe)2014-08-292-8/+8
|
* Fix most of the catastrophic fallout.Eevee (Alex Munroe)2014-08-296-127/+147
| | | | | | | | | | - 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.
* Make the C block locator aware of escape sequences.Eevee (Alex Munroe)2014-08-291-5/+10
|
* Remove extraneous Pattern_setup function from speedups.Eevee (Alex Munroe)2014-08-291-25/+12
|