diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-22 10:14:42 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-27 23:11:06 +0300 |
| commit | bed2a5edabcc48956188e5633d10e9105f32d2b3 (patch) | |
| tree | 58ea9d30feedb8e76de4e04dc442d5aaf086261f /scss/_type.scss | |
| parent | 4db520bedb7f67876fb48caff3ac2064a3428bb4 (diff) | |
| download | bootstrap-bed2a5edabcc48956188e5633d10e9105f32d2b3.tar.xz bootstrap-bed2a5edabcc48956188e5633d10e9105f32d2b3.zip | |
Switch percentage `font-size`s to `em` and change some font sizes for consistency
Diffstat (limited to 'scss/_type.scss')
| -rw-r--r-- | scss/_type.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index 0e266e557..7726b7b21 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -91,7 +91,7 @@ // Builds on `abbr` .initialism { - @include font-size(90%); + @include font-size($initialism-font-size); text-transform: uppercase; } |
