summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-compass.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-compass.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-compass.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-compass.scss b/xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-compass.scss
new file mode 100644
index 0000000..82706c4
--- /dev/null
+++ b/xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-compass.scss
@@ -0,0 +1,7 @@
+@function twbs-font-path($path) {
+ @return font-url($path, true);
+}
+
+@function twbs-image-path($path) {
+ @return image-url($path, true);
+}