Skip Menu |

This queue is for tickets about the Text-Sass CPAN distribution.

Report information
The Basics
Id: 66349
Status: resolved
Priority: 0/
Queue: Text-Sass

People
Owner: rmp [...] psyphi.net
Requestors: mk [...] bluepipe.dk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.9
Fixed in: (no value)



Subject: Problem with backgrounds
Hi, I noticed a problem with background. It adds an extra no-repeat: perl -MText::Sass -E 'say Text::Sass->new->scss2css(".x-panel-body { background: white url(/images/RegH_logo_RGB.gif) no-repeat; }");' returns: .x-panel-body { background: white url(/images/RegH_logo_RGB.gif) no-repeat no-repeat; } (2 times no-repeat). Which sadly is incorrect css and is therefore ignored. Hope you time to look into it. A workaround is just to use background-* instead
Thanks for the report. It should be fixed in 0.9.2 which I've just pushed to CPAN.