| Matteo Scandolo | 2500e39 | 2016-03-25 17:20:27 -0700 | [diff] [blame] | 1 | @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; | ||||