From f597e2fe949a1e18eb778b9a5bd102de88570555 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 May 2017 14:03:27 +0200 Subject: Initial commit. --- src/sass/bootstrap3/_bootstrap-compass.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/sass/bootstrap3/_bootstrap-compass.scss (limited to 'src/sass/bootstrap3/_bootstrap-compass.scss') 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; -- cgit v1.2.3