summaryrefslogtreecommitdiff
path: root/scss/tests/files
Commit message (Expand)AuthorAgeFilesLines
* Added end-of-file newline.matyasrichter2020-07-201-1/+1
* Fixed an issue where in a gradient where the only non-percetage stop value wo...matyasrichter2020-07-202-0/+9
* Merge pull request #343 from PhilipGarnero/allow-dots-in-filenamesEevee2016-06-0818-0/+38
|\
| * better check on file path to allow dots in filenamesPhilip Garnero2015-07-0318-0/+38
* | Avoid precision loss when converting between units. Fixes #330Eevee (Lexy Munroe)2016-06-082-0/+10
* | if()'s arguments are evaluated lazily. Fixes #339Eevee (Lexy Munroe)2016-06-082-0/+10
* | Support trailing combinators in selectors. Fixes #351Eevee (Lexy Munroe)2016-06-082-0/+29
* | Support -moz-calc and -webkit-calc, too. Fixes #348Eevee (Lexy Munroe)2016-06-082-0/+4
* | append() should default to spaces. Fixes #335Eevee (Lexy Munroe)2016-06-082-0/+15
* | Compass should treat currentColor as a color. Fixes #354Eevee (Lexy Munroe)2016-06-082-0/+7
* | Add the Sass 3.4 *-exists functions. Fixes #226, #229, #353Eevee (Lexy Munroe)2016-06-082-0/+32
* | Avoid stripping inline comments that are part of URLs. Fixes #350Eevee (Lexy Munroe)2016-06-082-0/+8
* | Fix fonts extension under Python 3, and fix expected outputEevee (Lexy Munroe)2016-06-081-2/+2
* | Put @imported rules in the place they were imported. Fixes #352Eevee (Lexy Munroe)2016-06-081-0/+1
|/
* Fix parsing of `@if(...)`, where there's no literal space.Eevee (Alex Munroe)2014-12-102-0/+10
* Allow arbitrary expressions as map keys, beyond the first key. Fixes #306.Eevee (Alex Munroe)2014-10-172-0/+25
* Consistency in css keys for font and sprite testsGerman M. Bravo2014-09-192-6/+6
* 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
* Added .placeholder for font assetsGerman M. Bravo2014-09-191-0/+0
* Forgot to add this @extend test.Eevee (Alex Munroe)2014-09-182-0/+9
* Give up on matching Ruby's quoting behavior for now.Eevee (Alex Munroe)2014-09-042-2/+4
* Update sprite-map test.Eevee (Alex Munroe)2014-09-041-1/+1
* 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