keegnotrub / coda-sass-plugin

A plug-in for Panic's Coda 2 that converts scss files into css files.
https://github.com/keegnotrub/coda-sass-plugin
82 stars 10 forks source link

Using random() function #19

Closed davorpeic closed 9 years ago

davorpeic commented 9 years ago

Hi,

thank for the great plugin, I'm trying to use random($limit) to get random number but its not working :(

Any ideas?

Thank you! Davor

keegnotrub commented 9 years ago

Hi @davorpeic - random wasn't supported in libsass (the library this plugin uses to compile the sass into css) until just recently (16 days ago it looks like). When I get a second I'll attempt to update the libsass version to 3.1 and do a new release.

Thanks for the feedback!

davorpeic commented 9 years ago

Yeah, I found out that while doing my research :) at the moment I'm using just plain $ sass --watch

thanks

keegnotrub commented 9 years ago

@davorpeic this should now be available in the latest release

https://github.com/keegnotrub/coda-sass-plugin/releases/tag/v3.1.0