File diff 6aba25b7ee39 → fdc2503fcfc3
static/bootstrap/stylesheets/_bootstrap-compass.scss
Show inline comments
 
new file 100644
 
@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;