RTL Setup
npm run rtl
Npm run rtl command generate an rtl version of style.css files. Use this command after adding or editing codes to regenerate those file again if necessary.
It's easy to add RTL support to your website. Just run the command npm run rtl
, and you'll generate the 'all-custom.rtl.css' file. Link this file in place of the 'all-custom.css' file, and if you need to use additional RTL CSS, you can do so. However, make sure not to use both versions of the code simultaneously