From cba613d0ceafbea1674ef97e140b1771e5572a25 Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Tue, 30 Apr 2024 17:48:57 +0200 Subject: [PATCH] fix(kitchensink): remove csssyntax (#33333) csssyntax only works on css page types. --- files/en-us/mdn/kitchensink/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/en-us/mdn/kitchensink/index.md b/files/en-us/mdn/kitchensink/index.md index ae86c99651879cb..293646f652d0bf2 100644 --- a/files/en-us/mdn/kitchensink/index.md +++ b/files/en-us/mdn/kitchensink/index.md @@ -103,12 +103,6 @@ class BookListView(generic.ListView): template_name = 'books/my_arbitrary_template_name_list.html' ``` -### Formal syntax - -_The formal syntax must be taken from the spec and added to the [MDN data repository](https://github.com/mdn/data). It is an important tool to get precise syntax information for advanced users._ - -{{CSSSyntax("font-stretch")}} - ## Interactive Examples {{EmbedInteractiveExample("pages/tabbed/abbr.html", "tabbed-shorter")}} {{EmbedInteractiveExample("pages/css/order.html")}} {{EmbedInteractiveExample("pages/js/regexp-assertions.html", "taller")}}