copyleftconf-website/static/bootstrap/stylesheets/_bootstrap-compass.scss
2017-06-07 14:57:01 -07:00

9 lines
178 B
SCSS

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