-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code examples in the comments were missing indentation, e.g. ``` { marginTop: env(safe-area-inset-top) } ``` would be rendered as ``` { marginTop: env(safe-area-inset-top) } ``` The trimming seems to be caused by syntax-tree/mdast-util-mdx-jsx#15 Instead of waiting for an upstream fix this commit refactors the examples to remove the indentation and use CSS properties instead of JS objects.
- Loading branch information
1 parent
9024607
commit 7f815d6
Showing
1 changed file
with
69 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters