Closed dnm0321 closed 12 years ago
hey @dnm0321, looks like you are not including the sassy-button mixin under a rule. Try something like this
button { @include sassy-button }
Let me know if that works, if not paste any other errors here and I will try to help.
d'oh! Thanks. That fixed it.
@jhardy I met the same error.Thanks for your remind.
I'm sure I have lots still to read, but I'm not sure how to tackle this problem:
screen.scss: @import "sassybuttons"; @include sassy-button
$ compass watch
sassy buttons 0.1.4. line 65 is the font-size: line, which is the first entry in the sassy-button-structure mixin. compass-0.12.2, sass-3.2.1, all installed today. Just trying to get started.
TIA, Dave