diff --git a/docs/en/guide/i18n.md b/docs/en/guide/i18n.md index f53acef6a..ac3112233 100644 --- a/docs/en/guide/i18n.md +++ b/docs/en/guide/i18n.md @@ -108,4 +108,4 @@ watchEffect(() => { ## RTL Support (Experimental) -For RTL support, specify `dir: 'rtl'` in config and use some RTLCSS PostCSS plugin like , or . You'll need to configure your PostCSS plugin to use `:where([dir="ltr"])` and `:where([dir="rtl"])` as prefixes to prevent CSS specificity issues. +For RTL support, specify `dir: 'rtl'` in config.