Files
snipe-it/bower_components/tether/src/css/tether-theme-basic.sass
T
2017-01-11 03:05:06 -08:00

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)