From 86f31617fb3b2f7f8b42451451840a6cc8ee851c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 5 Oct 2024 17:20:10 +0100 Subject: applies prettier --- scss/base/_details.scss | 1 - scss/base/_dl.scss | 2 +- scss/base/_index.scss | 1 - scss/base/_list.scss | 2 +- scss/base/_paypal-product-buttons.scss | 1 - scss/base/_table.scss | 4 ++-- scss/base/_theme.scss | 13 ++++++------- 7 files changed, 10 insertions(+), 14 deletions(-) (limited to 'scss/base') diff --git a/scss/base/_details.scss b/scss/base/_details.scss index 6d0b1d4..1b46189 100644 --- a/scss/base/_details.scss +++ b/scss/base/_details.scss @@ -1,4 +1,3 @@ details summary { cursor: pointer; } - diff --git a/scss/base/_dl.scss b/scss/base/_dl.scss index 95cc836..2efadf1 100644 --- a/scss/base/_dl.scss +++ b/scss/base/_dl.scss @@ -2,4 +2,4 @@ dt { font-weight: 700; text-decoration: underline; margin-top: 1rem; -} \ No newline at end of file +} diff --git a/scss/base/_index.scss b/scss/base/_index.scss index 527b4c7..ba0d3f1 100644 --- a/scss/base/_index.scss +++ b/scss/base/_index.scss @@ -6,4 +6,3 @@ @use 'table'; @use 'theme'; @use 'typography'; - diff --git a/scss/base/_list.scss b/scss/base/_list.scss index 2fd402b..d85594e 100644 --- a/scss/base/_list.scss +++ b/scss/base/_list.scss @@ -1,4 +1,4 @@ ol li { list-style-type: decimal; margin-inline-start: --spacing-inline-md; -} \ No newline at end of file +} diff --git a/scss/base/_paypal-product-buttons.scss b/scss/base/_paypal-product-buttons.scss index 7339ede..5b7afda 100644 --- a/scss/base/_paypal-product-buttons.scss +++ b/scss/base/_paypal-product-buttons.scss @@ -1,4 +1,3 @@ paypal-product-buttons div { margin-block-start: var(--spacing-block-md); } - diff --git a/scss/base/_table.scss b/scss/base/_table.scss index ca4f957..d35abf8 100644 --- a/scss/base/_table.scss +++ b/scss/base/_table.scss @@ -8,7 +8,8 @@ table { } } -thead, th { +thead, +th { border-block-end: var(--border-width) solid var(--text-color); } @@ -20,4 +21,3 @@ thead, th { border-inline-start: calc(var(--border-width) / 2) solid var(--text-color); } } - diff --git a/scss/base/_theme.scss b/scss/base/_theme.scss index c97c788..4f06041 100644 --- a/scss/base/_theme.scss +++ b/scss/base/_theme.scss @@ -1,11 +1,10 @@ :is( - :root, - .dark, - main, - article, - :is(main, article) > section:not(:is(section, header) :is(section, header)) -) { + :root, + .dark, + main, + article, + :is(main, article) > section:not(:is(section, header) :is(section, header)) + ) { color: var(--text-color); background-color: var(--background-color); } - -- cgit v1.2.3