From 481f579ab83fa1c89328b565784ee5e0cc3ef3c3 Mon Sep 17 00:00:00 2001 From: philwareham Date: Fri, 14 May 2021 10:23:10 +0100 Subject: [PATCH] Not using address, mark, var --- src/assets/sass/modules/_typography.scss | 21 ------------ src/docs/design-patterns.html | 42 ------------------------ 2 files changed, 63 deletions(-) diff --git a/src/assets/sass/modules/_typography.scss b/src/assets/sass/modules/_typography.scss index 17c38f5d..e0703b96 100644 --- a/src/assets/sass/modules/_typography.scss +++ b/src/assets/sass/modules/_typography.scss @@ -37,7 +37,6 @@ body { *

*/ -address, article, aside, blockquote, @@ -188,14 +187,6 @@ strong { font-weight: 700; } -/** - * Add vertical margin to addresses. - */ - -address { - margin: 1em 0; -} - /** * Oxford English quote behaviour (quotes: ‘ ’, quotes within quotes: “ ”). */ @@ -246,18 +237,6 @@ abbr[title] { text-decoration: underline dotted; /* 2 */ } -/** - * Consistent styling for `mark` and `var` tags. - */ - -mark, -var { - padding: 0 0.25em; // 0 4px - border-radius: setup.$border-radius / 2; - background: var(--clr-hilite-box); - color: var(--clr-text); -} - /** * Harmonize size and style of computer text. * diff --git a/src/docs/design-patterns.html b/src/docs/design-patterns.html index c5f97a21..184e2692 100644 --- a/src/docs/design-patterns.html +++ b/src/docs/design-patterns.html @@ -332,32 +332,6 @@

h4 Heading 4 h4 Heading 4 h4 Heading 4 h4 Heading 4 h4 Heading 4 h4 Heading

This text has a reference in the footnote1.

1 Here is the footnote.

-

Contact details

-

Uses both the Schema.org and hCard microformats.

- -
-

Organization Name

-
- 13 Mystreet, - Mytown, - Myshire, - GU1 0AB, - United Kingdom -
-

- Telephone - 01234 456789 -

-

- Mobile - 07900 123456 -

-

- Email - -

-
-

Text ranged left

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam sit amet elit vitae arcu interdum ullamcorper. Nullam ultrices, nisi quis scelerisque convallis, augue neque tempor enim, et mattis justo nibh eu elit.

@@ -465,14 +439,6 @@

Keyboard Input

The kbd element example

-
-

Mark

-

Code:

-

<mark>

-

Example:

-

The mark element example

-
-

Quote

Code:

@@ -537,14 +503,6 @@

Underline

The u element example

-
-

Variable

-

Code:

-

<var>

-

Example:

-

The var element example

-
-