summaryrefslogtreecommitdiff
path: root/minionlivesmatter/templates/assets/tether/src/css/tether-theme-arrows.sass
diff options
context:
space:
mode:
Diffstat (limited to 'minionlivesmatter/templates/assets/tether/src/css/tether-theme-arrows.sass')
-rw-r--r--minionlivesmatter/templates/assets/tether/src/css/tether-theme-arrows.sass12
1 files changed, 0 insertions, 12 deletions
diff --git a/minionlivesmatter/templates/assets/tether/src/css/tether-theme-arrows.sass b/minionlivesmatter/templates/assets/tether/src/css/tether-theme-arrows.sass
deleted file mode 100644
index 87765b2..0000000
--- a/minionlivesmatter/templates/assets/tether/src/css/tether-theme-arrows.sass
+++ /dev/null
@@ -1,12 +0,0 @@
-@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)