1 @function twbs-font-path($path) {
2 @return font-path($path);
3 }
4
5 @function twbs-image-path($path) {
6 @return image-path($path);
7 }
8
9 $bootstrap-sass-asset-helper: true;