blob: 9a2be063dfecf34262fb06f792fe53d06f81dfa9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
@import helpers/tether
@import helpers/tether-theme-basic
$themePrefix: "tether"
$themeName: "basic"
$backgroundColor: #fff
$color: inherit
+tether($themePrefix: $themePrefix)
+tether-theme-basic($themePrefix: $themePrefix, $themeName: $themeName, $backgroundColor: $backgroundColor, $color: $color)
|