summaryrefslogtreecommitdiff
path: root/scss/tests/files/bugs
Commit message (Expand)AuthorAgeFilesLines
* Avoid precision loss when converting between units. Fixes #330Eevee (Lexy Munroe)2016-06-082-0/+10
* Support trailing combinators in selectors. Fixes #351Eevee (Lexy Munroe)2016-06-082-0/+29
* append() should default to spaces. Fixes #335Eevee (Lexy Munroe)2016-06-082-0/+15
* Avoid stripping inline comments that are part of URLs. Fixes #350Eevee (Lexy Munroe)2016-06-082-0/+8
* Fix parsing of `@if(...)`, where there's no literal space.Eevee (Alex Munroe)2014-12-102-0/+10
* Forgot to add this @extend test.Eevee (Alex Munroe)2014-09-182-0/+9
* Remove magical selector reordering with @extend. Fixes #269.Eevee (Alex Munroe)2014-08-242-0/+24
* for...to excludes the upper bound. Fixes #275.Eevee (Alex Munroe)2014-08-242-0/+26
* Fix @return inside a block and ... in @function definitions.Eevee (Alex Munroe)2013-10-082-2/+12
* compress option is deprecated (use style instead)German M. Bravo2013-10-0515-15/+15
* Improved text wrap (no longer using textwrap module)German M. Bravo2013-10-041-8/+9
* Fix interpolation not being applied to mixin arguments.Eevee (Alex Munroe)2013-10-032-0/+13
* Starting to add nested, compressed, expanded and compact output modesGerman M. Bravo2013-09-2913-0/+26
* Fix selector ordering (now correct, not sorted!) in test output.Eevee (Alex Munroe)2013-09-161-9/+9
* Simple testcase for @extend with a common prefix, from #105.extend-rewriteEevee (Alex Munroe)2013-09-102-0/+16
* Add LCS algorithm to @extend, and a big ol test file.Eevee (Alex Munroe)2013-09-102-0/+160
* Split up _nest_rules; fix interpolation in @media/@keyframes/etc.Eevee (Alex Munroe)2013-08-302-0/+36
* Preserve semicolons on at-rules in compressed mode.Eevee (Alex Munroe)2013-08-292-0/+8
* Cheap heuristic for whether +foo is an @include or a selector.Eevee (Alex Munroe)2013-08-232-0/+8
* Slurpy test.Eevee (Alex Munroe)2013-08-232-0/+10
* Rename test files to ditch the useless numeric prefixes.Eevee (Alex Munroe)2013-08-1618-0/+0
* Cancel convertable units in the Number constructor. #180Eevee (Alex Munroe)2013-08-131-1/+1
* Force variable assignment to always perform division.Eevee (Alex Munroe)2013-08-132-0/+8
* Leave / alone when (probably) not part of an expression.Eevee (Alex Munroe)2013-07-292-0/+44
* Here, have some tests I never committed for some reason.Eevee (Alex Munroe)2013-07-262-0/+10
* Fix numbering of "bugs" test files.Eevee (Alex Munroe)2013-07-262-0/+0
* Clean up handling of !default.Eevee2013-05-022-0/+15
* Rewrite block nesting handling -- @keyframes works now! Fixes #75.Eevee2013-03-134-0/+108
* Oops, fix numbering on those media query tests.Eevee2013-02-212-0/+1
* Don't duplicate @media blocks. Fixes #69, ported from rsternagel's pull #112.Eevee2013-02-202-0/+38
* More fixes for _/- equivalence. Fix named arguments.Eevee2013-02-084-0/+22