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