diff --git a/.changeset/plenty-boxes-buy.md b/.changeset/plenty-boxes-buy.md new file mode 100644 index 0000000000..7d3a0948b6 --- /dev/null +++ b/.changeset/plenty-boxes-buy.md @@ -0,0 +1,7 @@ +--- +'nextra-theme-blog': patch +'nextra-theme-docs': patch +'nextra': patch +--- + +RTL support for the `` component. diff --git a/examples/swr-site/pages/es/docs/getting-started.mdx b/examples/swr-site/pages/es/docs/getting-started.mdx index d71cfdb2c7..0e37603c94 100644 --- a/examples/swr-site/pages/es/docs/getting-started.mdx +++ b/examples/swr-site/pages/es/docs/getting-started.mdx @@ -1,4 +1,4 @@ -import { Callout } from 'nextra/components' +import { Callout, Steps } from 'nextra/components' # Comienza @@ -17,18 +17,22 @@ import { Callout } from 'nextra/components' ## Instalación -Dentro del directorio de su proyecto React, ejecute lo siguiente: + + +### Dentro del directorio de su proyecto React, ejecute lo siguiente: ```bash yarn add swr ``` -O con npm +### O con npm ```bash npm install swr ``` + + ## Inicio rápido Para APIs RESTFul normales con datos JSON, primero necesita crear una función diff --git a/packages/nextra-theme-blog/postcss.config.js b/packages/nextra-theme-blog/postcss.config.js index c077b74bd5..f71b5a9e00 100644 --- a/packages/nextra-theme-blog/postcss.config.js +++ b/packages/nextra-theme-blog/postcss.config.js @@ -5,7 +5,7 @@ module.exports = { 'tailwindcss/nesting': {}, tailwindcss: {}, 'postcss-lightningcss': { - browsers: '>= .25%' + browsers: '>= .25% and not dead' } } } diff --git a/packages/nextra-theme-docs/postcss.config.js b/packages/nextra-theme-docs/postcss.config.js index c077b74bd5..f71b5a9e00 100644 --- a/packages/nextra-theme-docs/postcss.config.js +++ b/packages/nextra-theme-docs/postcss.config.js @@ -5,7 +5,7 @@ module.exports = { 'tailwindcss/nesting': {}, tailwindcss: {}, 'postcss-lightningcss': { - browsers: '>= .25%' + browsers: '>= .25% and not dead' } } } diff --git a/packages/nextra/src/client/components/steps.tsx b/packages/nextra/src/client/components/steps.tsx index 3d0244298e..675b880474 100644 --- a/packages/nextra/src/client/components/steps.tsx +++ b/packages/nextra/src/client/components/steps.tsx @@ -12,7 +12,7 @@ export function Steps({ return (