summaryrefslogtreecommitdiff
path: root/scss/normalize.scss
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-10-05 17:20:10 +0100
committerJoe Carstairs <me@joeac.net>2024-10-05 17:20:10 +0100
commit86f31617fb3b2f7f8b42451451840a6cc8ee851c (patch)
tree4cdb2d1ef4b16867af91ffd5b89676dbd7b31806 /scss/normalize.scss
parent41bbbc349696dc72a1a672e0917c0ff1ab00835a (diff)
applies prettier
Diffstat (limited to 'scss/normalize.scss')
-rw-r--r--scss/normalize.scss13
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;
}
-