You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
I'd like to document the constants that my
.scss
file makes available. For example, something like the following:The text was updated successfully, but these errors were encountered: