blob: 8fbc3cda5e3d58d102ab2661543e0769fd21ba5b [file] [log] [blame]
Matteo Scandolo144c1882016-03-25 17:20:27 -07001@function twbs-font-path($path) {
2 @return font-url($path, true);
3}
4
5@function twbs-image-path($path) {
6 @return image-url($path, true);
7}
8
9$bootstrap-sass-asset-helper: true;