Files
AdminLTE/bower_components/tether/src/css/tether-theme-arrows.sass
Abdullah Almsaeed 7861601c7e Add tether to bower
2016-07-02 11:43:17 -04:00

13 lines
399 B
Sass

@import helpers/tether
@import helpers/tether-theme-arrows
$themePrefix: "tether"
$themeName: "arrows"
$arrowSize: 16px
$backgroundColor: #fff
$color: inherit
$useDropShadow: true
+tether($themePrefix: $themePrefix)
+tether-theme-arrows($themePrefix: $themePrefix, $themeName: $themeName, $arrowSize: $arrowSize, $backgroundColor: $backgroundColor, $color: $color, $useDropShadow: $useDropShadow)