Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Add example to Bourbon user settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Mar 31, 2016
1 parent 14fda38 commit 0dc60e9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion core/bourbon/settings/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,18 @@ $_bourbon-defaults: (
"rails-asset-pipeline": false,
);

/// User overrides of Bourbon configuration settings
/// User overrides of Bourbon configuration settings.
///
/// @type map
///
/// @example scss
/// $bourbon: (
/// "contrast-switch-dark-color": #000,
/// "contrast-switch-light-color": #fff,
/// "global-font-file-formats": ("ttf", "woff2", "woff"),
/// "modular-scale-base": 1em,
/// "modular-scale-ratio": $major-third,
/// "rails-asset-pipeline": false,
/// );
$bourbon: () !default;

0 comments on commit 0dc60e9

Please sign in to comment.