13 lines
399 B
Sass
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)
|