I'd like to use Sassy buttons -- http://jaredhardy.com/sassy-buttons/
1) I've downloaded it, and placed it in my SUBTHEME/styles/sassy-buttons
@import "sassybuttons";
.some-button {
@include sassy-button("shiny", 15px, 26px, #ffd71a, #ffaa1a);
}
However I'm getting an error -- SassScriptOperationException: Undefined operation "op_unary_div" for SassColour . Is it because PHaml is outdated?
Comments
Comment #1
tsi commentedOur sass compiler works really well, but the compass-for-php it uses still needs a lot of love.
We are looking to improve it, but for now I would suggest to anyone who needs more than a sass compiler and some basic compass feature to use sasson with a native compass ruby compiler.
Comment #2
amitaibu