summaryrefslogtreecommitdiff
path: root/scss/tests/files
Commit message (Expand)AuthorAgeFilesLines
* Support CSS calc().Eevee (Alex Munroe)2014-08-292-0/+6
* Urgh fix this test another way.Eevee (Alex Munroe)2014-08-291-1/+1
* Fix a couple bogus tests.Eevee (Alex Munroe)2014-08-291-4/+3
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-292-0/+25
* Add some helpers for doing simple compilations.Eevee (Alex Munroe)2014-08-282-1/+0
* Fix this ancient xCSS-style test, and add some warnings.Eevee (Alex Munroe)2014-08-271-2/+2
* Partial support for slurpy named arguments.Eevee (Alex Munroe)2014-08-262-0/+17
* Make a best-effort to patch up some gradient stuff. Fixes #277, #292.Eevee (Alex Munroe)2014-08-262-2/+38
* Remove magical selector reordering with @extend. Fixes #269.Eevee (Alex Munroe)2014-08-243-4/+28
* for...to excludes the upper bound. Fixes #275.Eevee (Alex Munroe)2014-08-242-0/+26
* Fonts glyph codes are now just plain hex numbersGerman M. Bravo2014-07-231-1/+1
* Convert empty list rendering test to a regular test; trying to get rid of xfail.Eevee (Alex Munroe)2014-07-122-5/+0
* fixing indentation to be consistant with outputBen Beecher2014-07-121-1/+1
* two failing test cases for empty list handlingBen Beecher2014-07-124-0/+25
* Unbreak scope-nesting-2 and move it out of xfail.Eevee (Alex Munroe)2014-05-212-1/+1
* Fonts functions renamed (font-content -> glyph-code, fonts -> glyphs)German M. Bravo2014-04-281-6/+6
* Added Font Sheets.German M. Bravo2014-04-284-0/+96
* If import is not found, raise IOErrorGerman M. Bravo2014-04-262-0/+1
* Test for scope-nesting-2 is expected to failGerman M. Bravo2014-04-261-1/+1
* Fix @each with nested lists. Fixes #257.Eevee (Alex Munroe)2014-03-292-0/+18
* Change a test that happens to tickle how round() changed in py3.Eevee (Alex Munroe)2014-03-292-3/+3
* filter empty placeholder selectorsJesse Yang2014-03-191-1/+4
* Merge pull request #248 from ktmud/fix-extend-2Germán M. Bravo2014-03-182-0/+4
|\
| * make sure pseudo elements stick to the end when renderJesse Yang2013-10-302-0/+4
* | Added regression test for issue #258 (fixed in bdfb8b)German M. Bravo2014-03-184-0/+33
|/
* 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
* Configuration variables as deault options used from the config module at run ...German M. Bravo2013-10-082-2/+2
* Fix @return inside a block and ... in @function definitions.Eevee (Alex Munroe)2013-10-082-2/+12
* Menu test removed (relevant bits split among several other tests)German M. Bravo2013-10-083-1580/+0
* Not allowing undefined literals by defaultGerman M. Bravo2013-10-081-1/+1
* Added tests for reversed @for and reversed range()German M. Bravo2013-10-084-0/+44
* Added append and nest testGerman M. Bravo2013-10-082-0/+13
* Legacy scoping for control constructs renamedGerman M. Bravo2013-10-082-2/+2
* Added test for variable arguments used in the infamous menuGerman M. Bravo2013-10-083-0/+38
* Added support for @whileGerman M. Bravo2013-10-082-0/+23
* Avoid dependency for menu include in imports testGerman M. Bravo2013-10-082-1/+9
* Allow for circular nthGerman M. Bravo2013-10-082-0/+15
* Map improvements, bringing us more or less to 3.3 parity.Eevee (Alex Munroe)2013-10-071-1/+1
* Fix nest() test.Eevee (Alex Munroe)2013-10-071-1/+1
* Revert "Unquote strings when used from variables in selectors"Eevee (Alex Munroe)2013-10-072-8/+0
* Lists operations are handled element-wiseGerman M. Bravo2013-10-074-10/+16
* Nest fixed (when using '&' in it)German M. Bravo2013-10-062-0/+10
* Added test for addition of listsGerman M. Bravo2013-10-062-0/+10
* Unquote strings when used from variables in selectorsGerman M. Bravo2013-10-062-0/+8
* Test general/000-smoketest.scss uses an undefined mixin intentionallyGerman M. Bravo2013-10-051-1/+1
* Nesting style fixesGerman M. Bravo2013-10-052-0/+44
* compress option is deprecated (use style instead)German M. Bravo2013-10-05103-104/+103
* Make {FONTS,IMAGES}_{ROOT,URL} default to STATIC_*.Eevee (Alex Munroe)2013-10-041-1/+1
* Merge pull request #213 from funvit/masterEevee2013-10-046-0/+4
|\