summaryrefslogtreecommitdiff
path: root/scss
Commit message (Expand)AuthorAgeFilesLines
...
* Consistency in css keys for font and sprite testsGerman M. Bravo2014-09-192-6/+6
* Normalize make_filename_hash() to remove any path within scss (for tests to b...German M. Bravo2014-09-191-1/+3
* Updated test: url() is printed without quotesGerman M. Bravo2014-09-191-5/+5
* Updated test (about glyph-code returning a unicode)German M. Bravo2014-09-192-3/+3
* Removed leftover call to Pattern_regex() in Scanner_token which made it slowerGerman M. Bravo2014-09-191-2/+0
* Added file encoding for test_expression.pyGerman M. Bravo2014-09-191-0/+1
* Added .placeholder for font assetsGerman M. Bravo2014-09-191-0/+0
* Speedups builder fixes speedup building pathGerman M. Bravo2014-09-181-2/+5
* 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
* 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 sam...Eevee (Alex Munroe)2014-09-042-34/+55
* 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
* 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-045-57/+229
* 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
* 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
* Preserve the order of slurpy kwargs. Fix a heisentest.Eevee (Alex Munroe)2014-08-314-10/+21
* 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