Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / tether / sass / tether-theme-basic.sass
1 @import helpers/tether
2 @import helpers/tether-theme-basic
3
4 $themePrefix: "tether"
5 $themeName: "basic"
6 $backgroundColor: #fff
7 $color: inherit
8
9 +tether($themePrefix: $themePrefix)
10 +tether-theme-basic($themePrefix: $themePrefix, $themeName: $themeName, $backgroundColor: $backgroundColor, $color: $color)