10 lines
301 B
Sass
10 lines
301 B
Sass
@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) |