MohammadYounes / rtlcss

Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)
https://rtlcss.com
MIT License
1.68k stars 129 forks source link

package.json fix postcss dependency #250

Closed XhmikosR closed 3 years ago

XhmikosR commented 3 years ago

If postcss is listed in dependencies then it's moot to list it in peerDependencies too since package managers will always install it.