Skip to content

Commit

Permalink
Update jass.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
diqidoq committed Nov 18, 2023
1 parent b528fc3 commit 3b22a13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scss/jass.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,11 @@ $index-classes: no; // yes/no
// ############ typography component ############### //
// --------------------------------------------------//

// Anything around css text- and font- classes inkls sizes and weight and more.
$font-size-unit: px; // px/em (default: px - em is overrated nowadays)

$font-sizes-px: 9,10,11,12,14,16,18,20,22,24,26;
$font-sizes-em: 0.5,0.6,0.7,0.8,0.9,1,1.5,2,2.5;

$enable-child-selectors: yes; // yes/no (default:no)
$override: no; // yes/no > !important

Expand Down

0 comments on commit 3b22a13

Please sign in to comment.