Ali Kazemkhanloo
Ali Kazemkhanloo
Jayu, one way to do that would be using one class name but with an extra rtl selector in the css file for example ```css .asdf { padding-left: 10px; }...
Update: I used `postcss-rtlcss` plugin in postcss. it does exactly what I said. As NextJS uses postcss by default, all I needed to do was adding a file named `postcss.config.js`...
> why not just use css logical properties? > > ```css > .asdf { > padding-inline-start: 10px; > } > ``` Well, that's another way to do it which I...
@jimmy-guo No, I decided not to use linaria for now.
من به جای dayjs از moment-jalaali استفاده کردم تو [این پکیج](https://github.com/alikazemkhanloo/antd-moment-jalaali-picker). اکثر مشکلاتی که داشتم حل شد، من جمله همین ایشو.