Files
sparkle-project.github.io/_sass/_bootstrap-sprockets.scss
Jake Petroules 9458aba88e Redesign the Sparkle website with a more modern look and feel.
The website now shows the version number of the current Sparkle release!
2015-07-23 02:56:37 -07:00

10 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;