kneath/kss

Documenting constants

Opened this issue · 0 comments

I'd like to document the constants that my .scss file makes available. For example, something like the following:

// Body Text
//
// The main body text.
//
// Usage: .my-rule: { font-family: $font-body-text; }
//
// Styleguide 1.0.5
$font-body-text: "Comic Sans", Tahoma, sans-serif;