im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

Variable escaping? #25

Closed pdclark closed 14 years ago

pdclark commented 14 years ago

Is it possible to escape @variable syntax to include semicolons/colons in a variable value? eg:

@variables { sprite:"background-position: 0 0; width: 26px; height: 27px;"; }

pdclark commented 14 years ago

Nevermind. Just realized that's what mixins are for.