frank
frank copied to clipboard
Compass plugins not loading
I've tried requiring compass plugins in setup.rb and then importing them in my style.sass file but when applying the mixin this seems to throw an undefined mixin error every time.
I've tried with the fancy-buttons and the html5-boilerplate plugins to no avail.
My setup.rb file require 'html5-boilerplate'
My style.sass file @import 'html5-boilerplate'
+html5-boilerplate
I'll see if I can track this down tonight. Compass support isn't well documented... I should work on that.