diff --git a/.prettierignore b/.prettierignore index ac8fa1fdb4..11d193cdf2 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,6 +6,7 @@ dist-es/ public/ storybook-static/ .vercel/ +.yarn/ CHANGELOG.md reports diff --git a/examples/css/index.html b/examples/css/index.html index a4cb3031b3..84edfadbe6 100644 --- a/examples/css/index.html +++ b/examples/css/index.html @@ -73,6 +73,12 @@

TextLink

this is a disabled text link too.

+

Boxed

+
+

Title

+

Some text

+
+

Tag

Promo
@@ -438,11 +444,25 @@

Cards

MediaCard / DataCard / SnapCard

-
+
- + + +
Headline
@@ -468,8 +488,13 @@

Title

-
- +
+
Headline

Pretitle

@@ -495,7 +520,7 @@

Title

- +

Title

Subtitle

@@ -646,106 +671,196 @@

Title

-

Grid Layout

+

Grid Layout

6 + 6

-
+
-
+
- +
-
+
- +
-
+

5 + 4

-
-
+
+
-
+
- +
-
+
- +
-
-
+
+

4 + 6

-
-
+
+
-
+
-
+
-
-
+
+

8 + 4

-
+
-
+
- +
-
+
-
+

3 + 9

-
+
-
+
- +
-
+
- +
-
+
- + - - + + diff --git a/package.json b/package.json index 7825327e05..a3ab39e1c3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "jest --config jest.unit.config.js", "test-acceptance": "test-acceptance", "test-ssr": "test-acceptance --config jest.ssr.config.js", - "prettier-check": "prettier --check \"**/*.js\" \"**/*.tsx\" \"**/*.ts\" \"**/*.json\"", + "prettier-check": "prettier --check \"**/*.js\" \"**/*.tsx\" \"**/*.ts\" \"**/*.json\" \"**/*.css\" \"**/*.html\"", "lint": "eslint --report-unused-disable-directives .", "ts-check": "tsc --project tsconfig.json --noEmit", "build": "yarn clean && node scripts/build.js", @@ -176,7 +176,7 @@ "*.css" ], "lint-staged": { - "*.{js,css,md,yml,yaml,ts,tsx,d.ts,json}": "prettier --write" + "*.{js,css,md,yml,yaml,ts,tsx,d.ts,json,html}": "prettier --write" }, "release": { "plugins": [