From 1bbb4d9683edd28fc947b17804e5b882184ecfcb Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Mon, 15 Mar 2021 18:56:01 +0100 Subject: remove pre for CSSSyntaxd (#175) ``` s/(\{\{csssyntax(\(.*\))?\}\})\n?/$1/g ``` --- files/nl/web/css/@namespace/index.html | 2 +- files/nl/web/css/_colon_required/index.html | 2 +- files/nl/web/css/animation-duration/index.html | 2 +- files/nl/web/css/animation-iteration-count/index.html | 2 +- files/nl/web/css/box-sizing/index.html | 2 +- files/nl/web/css/cursor/index.html | 3 +-- files/nl/web/css/padding-bottom/index.html | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) (limited to 'files/nl') diff --git a/files/nl/web/css/@namespace/index.html b/files/nl/web/css/@namespace/index.html index 469bdd810f..165221fb75 100644 --- a/files/nl/web/css/@namespace/index.html +++ b/files/nl/web/css/@namespace/index.html @@ -39,7 +39,7 @@ translation_of: Web/CSS/@namespace

Formele syntaxis

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

Voorbeelden

diff --git a/files/nl/web/css/_colon_required/index.html b/files/nl/web/css/_colon_required/index.html index 6cca75ffc4..502554a662 100644 --- a/files/nl/web/css/_colon_required/index.html +++ b/files/nl/web/css/_colon_required/index.html @@ -13,7 +13,7 @@ translation_of: 'Web/CSS/:required'

Syntax

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

Voorbeeld

diff --git a/files/nl/web/css/animation-duration/index.html b/files/nl/web/css/animation-duration/index.html index 9a1ae1d7fb..012ba19b76 100644 --- a/files/nl/web/css/animation-duration/index.html +++ b/files/nl/web/css/animation-duration/index.html @@ -40,7 +40,7 @@ animation-duration: 10s, 30s, 230ms;

Formele syntaxis

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

Voorbeelden

diff --git a/files/nl/web/css/animation-iteration-count/index.html b/files/nl/web/css/animation-iteration-count/index.html index 8fa2826c33..79554f556a 100644 --- a/files/nl/web/css/animation-iteration-count/index.html +++ b/files/nl/web/css/animation-iteration-count/index.html @@ -35,7 +35,7 @@ animation-iteration-count: 2, 0, infinite;

Formal syntax

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

Examples

diff --git a/files/nl/web/css/box-sizing/index.html b/files/nl/web/css/box-sizing/index.html index ed31e59295..0ca846a303 100644 --- a/files/nl/web/css/box-sizing/index.html +++ b/files/nl/web/css/box-sizing/index.html @@ -44,7 +44,7 @@ box-sizing: unset;

Formele syntax

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

Examples

diff --git a/files/nl/web/css/cursor/index.html b/files/nl/web/css/cursor/index.html index 89504857f5..da2aa4c9d4 100644 --- a/files/nl/web/css/cursor/index.html +++ b/files/nl/web/css/cursor/index.html @@ -263,8 +263,7 @@ cursor: unset;

Formal syntax

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

Usage notes

diff --git a/files/nl/web/css/padding-bottom/index.html b/files/nl/web/css/padding-bottom/index.html index 610b476082..c3525392d8 100644 --- a/files/nl/web/css/padding-bottom/index.html +++ b/files/nl/web/css/padding-bottom/index.html @@ -45,7 +45,7 @@ padding-bottom: unset;

Formele syntaxis

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

Voorbeelden

-- cgit v1.2.3-54-g00ecf