Sha256: e993192a026194e5eadf03b6b0f9988a9aff29a798a5de9a67fdab2c98cc3225
Contents?: true
Size: 323 Bytes
Versions: 7
Compression:
Stored size: 323 Bytes
Contents
$font-sizes: () !default; $font-weights: () !default; @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
7 entries across 7 versions & 1 rubygems