summaryrefslogtreecommitdiff
path: root/src/sass/bootstrap3/_bootstrap-compass.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/bootstrap3/_bootstrap-compass.scss')
-rw-r--r--src/sass/bootstrap3/_bootstrap-compass.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sass/bootstrap3/_bootstrap-compass.scss b/src/sass/bootstrap3/_bootstrap-compass.scss
new file mode 100644
index 0000000..8fbc3cd
--- /dev/null
+++ b/src/sass/bootstrap3/_bootstrap-compass.scss
@@ -0,0 +1,9 @@
+@function twbs-font-path($path) {
+ @return font-url($path, true);
+}
+
+@function twbs-image-path($path) {
+ @return image-url($path, true);
+}
+
+$bootstrap-sass-asset-helper: true;