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

Version Path
bonethug-0.0.78 skel/project_types/silverstripe3/public/themes/project/scss/_functions.scss
bonethug-0.0.77 skel/project_types/silverstripe3/public/themes/project/scss/_functions.scss
bonethug-0.0.76 skel/project_types/silverstripe3/public/themes/project/scss/_functions.scss
bonethug-0.0.75 skel/project_types/silverstripe3/public/themes/project/scss/_functions.scss