quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.87k stars 3.51k forks source link

Typo in rtl document #13494

Closed alirezamastery closed 2 years ago

alirezamastery commented 2 years ago

Description

there is a typo in requirement 3 in "How it Works" section in rtl-support:

require('postcss-rtlcss', { source: 'rtl' }) should be: require('postcss-rtlcss')({source: 'rtl'})

Documentation Section URL

https://quasar.dev/options/rtl-support#how-it-works

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)

MilosPaunovic commented 2 years ago

Pull requests are very welcome 🙂

alirezamastery commented 2 years ago

@MilosPaunovic I created a pr #13495 . thank you 👍🏻

rstoenescu commented 2 years ago

Thanks for PRing! Will be available on next docs deployment.

alirezamastery commented 2 years ago

@rstoenescu thank you for this great framework!