eyeglass-debug
Provides a wrapper around debug
to allow debugging messages within an eyeglass module.
Usage
;
// debug as a mixin: // debug as a function: ;
Enabling a namespace
By default, namespaces are disabled. You'll have to enable the namespace to see the log messages.
via options
var eyeglass = ;var options = ;
via Sass