assets/stylesheets/_bootstrap-compass.scss
changeset 114 af15590802a4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/assets/stylesheets/_bootstrap-compass.scss	Thu Jun 15 12:17:09 2017 +0200
@@ -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;