Sha256: 9104e0ca26a5ade34b07f2d5c9d198c419745d505d894cd84482e193ecb817cc
Contents?: true
Size: 281 Bytes
Versions: 44
Compression:
Stored size: 281 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)); }
Version data entries
44 entries across 44 versions & 1 rubygems