Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed compiler warnings | German M. Bravo | 2014-09-18 | 2 | -4/+2 | |
| | ||||||
* | build.py restored (used internally to build speedups) | German M. Bravo | 2014-09-18 | 1 | -0/+26 | |
| | ||||||
* | Return the unicode character as glyph code | German M. Bravo | 2014-09-18 | 1 | -1/+2 | |
| | ||||||
* | Fix a couple bugs in the core extension. | Eevee (Alex Munroe) | 2014-09-18 | 1 | -3/+4 | |
| | ||||||
* | Forgot to add this @extend test. | Eevee (Alex Munroe) | 2014-09-18 | 2 | -0/+9 | |
| | ||||||
* | Bump to 1.3.0.a1.v1.3.0.a1 | Eevee (Alex Munroe) | 2014-09-16 | 1 | -1/+1 | |
| | ||||||
* | Make apply_extends more threadsafe, probably. Fixes #304. | Eevee (Alex Munroe) | 2014-09-16 | 1 | -8/+5 | |
| | ||||||
* | Possible implementation of an import hook for extensions. | Eevee (Alex Munroe) | 2014-09-16 | 5 | -155/+181 | |
| | ||||||
* | Reduce default precision to match Ruby. | Eevee (Alex Munroe) | 2014-09-09 | 1 | -1/+1 | |
| | ||||||
* | Correctly handle `a > b { @extend c; }`. | Eevee (Alex Munroe) | 2014-09-09 | 1 | -2/+10 | |
| | ||||||
* | Clarify that this argument passing behavior is not a deviation. | Eevee (Alex Munroe) | 2014-09-08 | 1 | -3/+3 | |
| | ||||||
* | Allow arbitrary expressions for alpha(opacity=...). | Eevee (Alex Munroe) | 2014-09-08 | 3 | -4/+23 | |
| | ||||||
* | Stop doing textual interpolation on argspecs before parsing them. | Eevee (Alex Munroe) | 2014-09-08 | 1 | -1/+0 | |
| | ||||||
* | Double fix for @import breaking when given a relative dirname. | Eevee (Alex Munroe) | 2014-09-08 | 1 | -4/+8 | |
| | ||||||
* | Fill in the changelog for 1.3. | Eevee (Alex Munroe) | 2014-09-07 | 3 | -20/+93 | |
| | ||||||
* | Remove debug code, oops. | Eevee (Alex Munroe) | 2014-09-05 | 1 | -2/+0 | |
| | ||||||
* | scss.expression -> scss.calculator | Eevee (Alex Munroe) | 2014-09-05 | 9 | -8/+8 | |
| | ||||||
* | Don't quote the contents of the IE alpha() function. | Eevee (Alex Munroe) | 2014-09-05 | 3 | -2/+4 | |
| | ||||||
* | Fix an oversight in the spec-compliant unescape(). | Eevee (Alex Munroe) | 2014-09-05 | 2 | -5/+10 | |
| | ||||||
* | Append a newline in compressed mode. | Eevee (Alex Munroe) | 2014-09-04 | 1 | -0/+4 | |
| | ||||||
* | Fix @extend heisenbug when extending a selector that appears twice in the ↵ | Eevee (Alex Munroe) | 2014-09-04 | 2 | -34/+55 | |
| | | | | same rule. | |||||
* | Better approach to registering Compass functions. | Eevee (Alex Munroe) | 2014-09-04 | 8 | -35/+19 | |
| | ||||||
* | Give up on matching Ruby's quoting behavior for now. | Eevee (Alex Munroe) | 2014-09-04 | 3 | -5/+9 | |
| | ||||||
* | Update sprite-map test. | Eevee (Alex Munroe) | 2014-09-04 | 1 | -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-04 | 4 | -6/+41 | |
| | ||||||
* | Oops, broke Url and Function a bit. | Eevee (Alex Munroe) | 2014-09-04 | 1 | -4/+4 | |
| | ||||||
* | Unfix this test, alas. | Eevee (Alex Munroe) | 2014-09-04 | 1 | -1/+2 | |
| | ||||||
* | Allow CSS escapes in barewords. | Eevee (Alex Munroe) | 2014-09-04 | 4 | -17/+19 | |
| | ||||||
* | Sass allows space after the ! in !important. | Eevee (Alex Munroe) | 2014-09-04 | 2 | -4/+4 | |
| | ||||||
* | Lots of fixes to gritty details of how Sass treats url(). | Eevee (Alex Munroe) | 2014-09-04 | 6 | -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-03 | 2 | -28/+53 | |
| | ||||||
* | Fix parsing of expression(). | Eevee (Alex Munroe) | 2014-09-02 | 2 | -7/+7 | |
| | ||||||
* | Delete a big ol block of commented-out scanner code. | Eevee (Alex Munroe) | 2014-09-02 | 1 | -62/+0 | |
| | ||||||
* | Make scanner errors slightly more friendly to read. | Eevee (Alex Munroe) | 2014-09-02 | 4 | -29/+59 | |
| | ||||||
* | Fix setup.py to include the grammar, oops. | Eevee (Alex Munroe) | 2014-09-02 | 1 | -0/+1 | |
| | ||||||
* | Support !global (currently a no-op). Fixes #272. | Eevee (Alex Munroe) | 2014-09-01 | 1 | -12/+21 | |
| | ||||||
* | Fix a couple bugs with interpolation. | Eevee (Alex Munroe) | 2014-09-01 | 6 | -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-31 | 5 | -12/+30 | |
| | ||||||
* | Fix spurious deprecation warning. | Eevee (Alex Munroe) | 2014-08-29 | 1 | -1/+2 | |
| | ||||||
* | Support CSS calc(). | Eevee (Alex Munroe) | 2014-08-29 | 5 | -30/+41 | |
| | ||||||
* | Couple more test fixes... | Eevee (Alex Munroe) | 2014-08-29 | 2 | -3/+2 | |
| | ||||||
* | Urgh fix this test another way. | Eevee (Alex Munroe) | 2014-08-29 | 1 | -1/+1 | |
| | ||||||
* | Fix parsing of a lone interpolation. | Eevee (Alex Munroe) | 2014-08-29 | 2 | -27/+47 | |
| | ||||||
* | Stop doing interpolation before parsing. | Eevee (Alex Munroe) | 2014-08-29 | 1 | -9/+5 | |
| | ||||||
* | Understand (and correctly ignore) IE's expression() function. | Eevee (Alex Munroe) | 2014-08-29 | 3 | -25/+80 | |
| | ||||||
* | Fix a couple bogus tests. | Eevee (Alex Munroe) | 2014-08-29 | 3 | -5/+6 | |
| | ||||||
* | Ruby only treats escapes specially inside quoted strings. | Eevee (Alex Munroe) | 2014-08-29 | 2 | -8/+8 | |
| | ||||||
* | Fix most of the catastrophic fallout. | Eevee (Alex Munroe) | 2014-08-29 | 6 | -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-29 | 1 | -5/+10 | |
| | ||||||
* | Remove extraneous Pattern_setup function from speedups. | Eevee (Alex Munroe) | 2014-08-29 | 1 | -25/+12 | |
| |