viclafouch / mui-color-input

📌 A color input designed for MUI (Material ui) V6 built with TinyColor
https://viclafouch.github.io/mui-color-input/
60 stars 20 forks source link

Fix/rtl #5

Closed yonatan0 closed 1 year ago

yonatan0 commented 1 year ago

Hey I would like to suggest this PR to fix the RTL issue i had.

The problem: MUI-5 guidelines for Right-to-left, suggesting the use of stylis-plugin-rtl for proper RTL. stylis-plugin-rtl just flip left/right css properties

The solution: Adding /*! @noflip */ to the important css properties

awsd

viclafouch commented 1 year ago

@yonatan0 well done ! thanks !