diff options
Diffstat (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-compass.scss')
-rw-r--r-- | bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-compass.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-compass.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-compass.scss new file mode 100644 index 00000000..82706c47 --- /dev/null +++ b/bower_components/bootstrap-sass-official/assets/stylesheets/_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); +} |