Sha256: b38ad18fd2da8045a27d6f4c8734178d40b0528d914f9bd40eaf3bfcf7b717f5

Contents?: true

Size: 477 Bytes

Versions: 62

Compression:

Stored size: 477 Bytes

Contents

$font-faces: () !default;
$font-sizes: () !default;
$font-weights: () !default;

@function faceify($id, $font-face) {
  $font-faces: map-merge($font-faces, ($id: $font-face)) !global;
  @return $font-face;
}

@function fontify($id, $font-size) {
  $font-sizes: map-merge($font-sizes, ($id: $font-size)) !global;
  @return $font-size;
}

@function weightify($id, $font-weight) {
  $font-weights: map-merge($font-weights, ($id: $font-weight)) !global;
  @return $font-weight;
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
forever_style_guide-3.2.0 app/assets/stylesheets/forever_style_guide/utils/_font-utils.scss
forever_style_guide-3.1.5 app/assets/stylesheets/forever_style_guide/utils/_font-utils.scss