diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-10-05 17:27:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 17:27:40 +0100 |
| commit | 2febffe5e3036c4b35dff4a8b274f42a7f8fef42 (patch) | |
| tree | 7287800600f340871620631b8431cef37fc58891 /scss/normalize.scss | |
| parent | 285023b7c6bac87e049df0d8040ecd8f4a16ae78 (diff) | |
| parent | fdf28cb097596159a002326823f374a64e95c23c (diff) | |
Merge pull request #103 from joeacarstairs/staging
Update prod
Diffstat (limited to 'scss/normalize.scss')
| -rw-r--r-- | scss/normalize.scss | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/scss/normalize.scss b/scss/normalize.scss index 0f7e02f..1dc8524 100644 --- a/scss/normalize.scss +++ b/scss/normalize.scss @@ -52,7 +52,10 @@ hr { * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ -code, kbd, pre, samp { +code, +kbd, +pre, +samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } @@ -109,12 +112,7 @@ sup { text-transform: none; /* For buttons (Firefox, Edge) and selects (Firefox) */ } -:is( - button, - [type='button'], - [type='reset'], - [type='submit'] -) { +:is(button, [type='button'], [type='reset'], [type='submit']) { @include form-control-reset; text-transform: none; @@ -154,4 +152,3 @@ details { summary { display: list-item; } - |
