Skip to content

Commit

Permalink
fix(kitchensink): remove csssyntax (#33333)
Browse files Browse the repository at this point in the history
csssyntax only works on css page types.
  • Loading branch information
fiji-flo committed Apr 30, 2024
1 parent 5565166 commit cba613d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions files/en-us/mdn/kitchensink/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")}}
Expand Down

0 comments on commit cba613d

Please sign in to comment.