]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
add default of variable
authorBrandon Arnold <brandon@zurb.com>
Fri, 5 Sep 2014 23:36:33 +0000 (16:36 -0700)
committerBrandon Arnold <brandon@zurb.com>
Fri, 5 Sep 2014 23:36:33 +0000 (16:36 -0700)
doc/includes/switch/examples_switch_variables.html

index e1979682a78ceee3d2006798448730a50c522150..b74d7eb01aa4f86db8f96598b49ba9b8e9766542 100644 (file)
@@ -16,6 +16,6 @@ $switch-bottom-margin: 1.5rem;
 $switch-paddle-bg: $white;
 $switch-paddle-transition-speed: .15s;
 $switch-paddle-transition-ease: ease-out;
-$switch-active-color: $primary-color;
+$switch-active-color: $primary-color !default;
 ```
 {{/markdown}}
\ No newline at end of file