blob: ad1caf0160aa3e11b1b5d12970390ab90708d8d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@import helpers/tether
@import helpers/tether-theme-arrows
$themePrefix: "tether"
$themeName: "arrows-dark"
$arrowSize: 16px
$backgroundColor: #000
$color: #fff
$useDropShadow: false
+tether($themePrefix: $themePrefix)
+tether-theme-arrows($themePrefix: $themePrefix, $themeName: $themeName, $arrowSize: $arrowSize, $backgroundColor: $backgroundColor, $color: $color, $useDropShadow: $useDropShadow)
|