1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/assets/stylesheets/_bootstrap-sprockets.scss
Gleb Mazovetskiy 7d30630bc8 Sass: explicitly set $bootstrap-sass-asset-helper
Remove reliance on a hack as a polyfill for `function-exists`.
Remove clutter from the generated variables template.
2014-12-17 15:28:54 +00:00

9 lines
168 B
SCSS

@function twbs-font-path($path) {
@return font-path($path);
}
@function twbs-image-path($path) {
@return image-path($path);
}
$bootstrap-sass-asset-helper: true;