diff --git a/docs/src/docs/styles/global-styles.mdx b/docs/src/docs/styles/global-styles.mdx index ecce3d05364..e5879037635 100644 --- a/docs/src/docs/styles/global-styles.mdx +++ b/docs/src/docs/styles/global-styles.mdx @@ -33,7 +33,7 @@ function Demo() { '.your-class': { backgroundColor: 'red', - } + }, '#your-id > [data-active]': { backgroundColor: 'pink'