material_admin
material_admin copied to clipboard
Add RTL Support by using RTLCSS.com
Added RTL support by using the CSS post-processing tool RTLCSS.
- Added it as a gulp task
- Removed any [dir=rtl] rules from the SCSS files as RTLCSS will take care of these.
- Used left_arrows in RTL instead of right_arrows.
- Used preprocess_html hook to switch between libraries based on the document's "dir" HTML attribute.
Thanks @layalk I have been away for awhile, I will take a look at this today.