Hey Guys,I would like to use Sass for a project but we use our own custom syntax in our stylesheets to pull random things from the server - such as image path names etc.We use a variable like the following:.background {background-image: url({$imgPath}/background.jpg);}Where {$imgPath} is our variable. Obviously Sass is screaming at me that this is a syntax error or invalid css and therefore won't compile correctly.Is there anyway to disable errors (though not a great approach), or allow for such a custom syntax within my css?Thanks.
Hey Guys,I would like to use Sass for a project but we use our own custom syntax in our stylesheets to pull random things from the server - such as image path names etc.We use a variable like the following:.background {background-image: url({$imgPath}/background.jpg);}Where {$imgPath} is our variable. Obviously Sass is screaming at me that this is a syntax error or invalid css and therefore won't compile correctly.Is there anyway to disable errors (though not a great approach), or allow for such a custom syntax within my css?Thanks.
--
You received this message because you are subscribed to the Google Groups "Sass" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sass-lang+...@googlegroups.com.
To post to this group, send email to sass...@googlegroups.com.
Visit this group at http://groups.google.com/group/sass-lang?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.