summaryrefslogtreecommitdiff
path: root/scss/tests/files/general
Commit message (Expand)AuthorAgeFilesLines
* if()'s arguments are evaluated lazily. Fixes #339Eevee (Lexy Munroe)2016-06-082-0/+10
* Support -moz-calc and -webkit-calc, too. Fixes #348Eevee (Lexy Munroe)2016-06-082-0/+4
* Add the Sass 3.4 *-exists functions. Fixes #226, #229, #353Eevee (Lexy Munroe)2016-06-082-0/+32
* Allow arbitrary expressions as map keys, beyond the first key. Fixes #306.Eevee (Alex Munroe)2014-10-172-0/+25
* Give up on matching Ruby's quoting behavior for now.Eevee (Alex Munroe)2014-09-042-2/+4
* Support CSS calc().Eevee (Alex Munroe)2014-08-292-0/+6
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-292-0/+25
* Partial support for slurpy named arguments.Eevee (Alex Munroe)2014-08-262-0/+17
* fixing indentation to be consistant with outputBen Beecher2014-07-121-1/+1
* two failing test cases for empty list handlingBen Beecher2014-07-122-0/+20
* Unbreak scope-nesting-2 and move it out of xfail.Eevee (Alex Munroe)2014-05-212-0/+21
* Lists built from function calls are not "literal".Eevee (Alex Munroe)2013-10-082-0/+3
* Improve behavior of null values in lists.Eevee (Alex Munroe)2013-10-082-0/+16
* Map improvements, bringing us more or less to 3.3 parity.Eevee (Alex Munroe)2013-10-071-1/+1
* Test general/000-smoketest.scss uses an undefined mixin intentionallyGerman M. Bravo2013-10-051-1/+1
* compress option is deprecated (use style instead)German M. Bravo2013-10-0511-11/+11
* Starting to add nested, compressed, expanded and compact output modesGerman M. Bravo2013-09-2910-3/+23
* Maps examples updated (added lists as maps test)German M. Bravo2013-09-293-1/+28
* Tidy up @include implementation; don't let args overwrite globals.Eevee (Alex Munroe)2013-08-202-0/+19
* Rename test files to ditch the useless numeric prefixes.Eevee (Alex Munroe)2013-08-1618-15/+0
* Another test for destructing @each.experimental-mapsEevee (Alex Munroe)2013-08-152-0/+24
* Support destructuring @each.Eevee (Alex Munroe)2013-08-154-0/+34
* Experimental first crack at maps support.Eevee (Alex Munroe)2013-08-152-0/+27
* Quick test for nested scopes.Eevee (Alex Munroe)2013-08-012-0/+19
* Extend smoketest to make sure @import-ed variables work.Eevee (Alex Munroe)2013-07-262-1/+8
* Rewrite the String type.Eevee2013-07-102-2/+2
* Fix tests to expect that named colors are preserved.Eevee2013-05-233-5/+5
* Move @return out of options. Update an old test to match Ruby.Eevee2013-05-231-4/+4
* Mixin and function scope at the time of the definition is passed. Fixes #110German M. Bravo2013-05-112-0/+35
* Loop variables are normalizedGerman M. Bravo2013-05-022-0/+9
* Added some testsGerman M. Bravo2013-05-024-0/+30
* Add a simple smoketest, which actually covers imports.Eevee2013-03-114-0/+20