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/bg/web/css/_colon_first-child/index.html | 3 +-- files/bg/web/css/_colon_nth-child/index.html | 3 +-- files/bg/web/css/transition-delay/index.html | 2 +- files/bg/web/css/transition/index.html | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'files/bg/web/css') diff --git a/files/bg/web/css/_colon_first-child/index.html b/files/bg/web/css/_colon_first-child/index.html index 799ab091ba..5937b72335 100644 --- a/files/bg/web/css/_colon_first-child/index.html +++ b/files/bg/web/css/_colon_first-child/index.html @@ -14,8 +14,7 @@ translation_of: 'Web/CSS/:first-child'

Правопис

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

Примери

diff --git a/files/bg/web/css/_colon_nth-child/index.html b/files/bg/web/css/_colon_nth-child/index.html index c3f80a2fd1..f453b1ff6b 100644 --- a/files/bg/web/css/_colon_nth-child/index.html +++ b/files/bg/web/css/_colon_nth-child/index.html @@ -42,8 +42,7 @@ translation_of: 'Web/CSS/:nth-child'

Правопис

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

Примери

diff --git a/files/bg/web/css/transition-delay/index.html b/files/bg/web/css/transition-delay/index.html index 3ef1d9af61..8f574658ee 100644 --- a/files/bg/web/css/transition-delay/index.html +++ b/files/bg/web/css/transition-delay/index.html @@ -47,7 +47,7 @@ transition-delay: unset;

Официален синтаксис

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

Примери

diff --git a/files/bg/web/css/transition/index.html b/files/bg/web/css/transition/index.html index a1060b9dd2..20e1062691 100644 --- a/files/bg/web/css/transition/index.html +++ b/files/bg/web/css/transition/index.html @@ -65,7 +65,7 @@ transition: unset;

Официален синтаксис

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

Примери

-- cgit v1.2.3-54-g00ecf