Sha256: 2a1a37e21c3678845852c705b97a1bcf229c21b90d163e0cc626fef83a052000
Contents?: true
Size: 348 Bytes
Versions: 24
Compression:
Stored size: 348 Bytes
Contents
@function image-path($file) { @return $image-path + '/' + $file; } @function font-path($file) { @return $font-path + '/' + $file; } @function image-url($file) { @return url(image-path($file)); } @function font-url($file) { @return url(font-path($file)); } @function twbs-font-path($font) { @return $bootstrap_font_path + '/' + $font; }
Version data entries
24 entries across 24 versions & 1 rubygems