From 387a917f5815479a99253271c98b32fa3e95a64a Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Mon, 15 Mar 2021 18:56:01 +0100 Subject: [PATCH] remove pre for CSSSyntaxd (#175) ``` s/(\{\{csssyntax(\(.*\))?\}\})\n?/$1/g ``` --- web/css/_colon_active/index.html | 2 +- web/css/_colon_hover/index.html | 2 +- web/css/_colon_link/index.html | 2 +- web/css/background-size/index.html | 3 +-- web/css/box-decoration-break/index.html | 2 +- web/css/font-size/index.html | 2 +- web/css/font-style/index.html | 2 +- web/css/grid/index.html | 2 +- web/css/right/index.html | 2 +- web/css/width/index.html | 2 +- 10 files changed, 10 insertions(+), 11 deletions(-) diff --git a/web/css/_colon_active/index.html b/web/css/_colon_active/index.html index 7779ce45f6cc3f..d89b9fb1a8ed53 100644 --- a/web/css/_colon_active/index.html +++ b/web/css/_colon_active/index.html @@ -17,7 +17,7 @@

Pseudo klasa:active

Składnia

-
{{csssyntax}}
+{{csssyntax}}

Przykład

diff --git a/web/css/_colon_hover/index.html b/web/css/_colon_hover/index.html index 91006dd99a5648..693e9137601df8 100644 --- a/web/css/_colon_hover/index.html +++ b/web/css/_colon_hover/index.html @@ -22,7 +22,7 @@

Pseudo klasa:hover

Składnia

-
{{csssyntax}}
+{{csssyntax}}

Przykład

diff --git a/web/css/_colon_link/index.html b/web/css/_colon_link/index.html index 6fb07d54793f76..591ec6f4e2fef4 100644 --- a/web/css/_colon_link/index.html +++ b/web/css/_colon_link/index.html @@ -15,7 +15,7 @@

Podsumowanie<

Składnia

-
{{csssyntax}}
+{{csssyntax}}

Przykłady

diff --git a/web/css/background-size/index.html b/web/css/background-size/index.html index 7c4383448a9009..13d939c6c7786c 100644 --- a/web/css/background-size/index.html +++ b/web/css/background-size/index.html @@ -124,8 +124,7 @@

Intrinsic dimensions and proportio

Formal syntax

-
{{csssyntax}}
-
+{{csssyntax}}

Examples

diff --git a/web/css/box-decoration-break/index.html b/web/css/box-decoration-break/index.html index 0bd73ac2a9bb7d..5873b850fb7805 100644 --- a/web/css/box-decoration-break/index.html +++ b/web/css/box-decoration-break/index.html @@ -37,7 +37,7 @@

Values

Formal syntax

-
{{csssyntax}}
+{{csssyntax}}

Examples

diff --git a/web/css/font-size/index.html b/web/css/font-size/index.html index a269accdc60b05..6ee0dc92b12364 100644 --- a/web/css/font-size/index.html +++ b/web/css/font-size/index.html @@ -178,7 +178,7 @@

Values

Formal syntax

-
{{csssyntax}}
+{{csssyntax}}

Possible approaches

diff --git a/web/css/font-style/index.html b/web/css/font-style/index.html index 3c04d0a8ac2a4d..f04a03c5d0df8b 100644 --- a/web/css/font-style/index.html +++ b/web/css/font-style/index.html @@ -18,7 +18,7 @@

Podsumowanie

Składnia

-
{{csssyntax}}
+{{csssyntax}}

Wartości

diff --git a/web/css/grid/index.html b/web/css/grid/index.html index 7510f2db2c234c..6829a1ea2230b0 100644 --- a/web/css/grid/index.html +++ b/web/css/grid/index.html @@ -74,7 +74,7 @@

Formalna definicja

Formalna składna

-
{{csssyntax}}
+{{csssyntax}}

Przykłady

diff --git a/web/css/right/index.html b/web/css/right/index.html index 8ba4fb3b115f8d..38af03adb0f264 100644 --- a/web/css/right/index.html +++ b/web/css/right/index.html @@ -72,7 +72,7 @@

Values

Formal syntax

-
{{csssyntax}}
+{{csssyntax}}

Przykłady

diff --git a/web/css/width/index.html b/web/css/width/index.html index 0e5abadd9f363e..796c803e842661 100644 --- a/web/css/width/index.html +++ b/web/css/width/index.html @@ -76,7 +76,7 @@

Wartości

Formalna składnia

-
{{csssyntax}}
+{{csssyntax}}

Examples