I'm just new to SASS and SCSS and for now I'm blown away, this is just
fantastic.
Now, what I'm looking for is a way to remove the # from the color at a
certain time.
In a SCSS file I'm using and calculating away with a certain color ex.
#ffffff.
I'm using background url params to access the colored image whithout
#.
$color = #ffffff; background: url("img/#{$color}.png");
How can remove #?
To get this: background: url("img/ffffff.png");
--
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.