Search code examples
asp.net-mvcmaterialize

RTL Support with MaterializeCss?


Am starting a project which needs to support Right to Left (RTL) language, the content will be loaded via JSon. I would like to use MaterializeCss as my CSS Framework with ASP.NET MVC 5.

Am wondering is it possible to switch over to RTL? Can someone please guide me in achieving this functionality?


Solution

  • You could easily use tools such as RTLCSS to convert any css file to RTL version. Also if you are using Web Essentials extension you could easily convert it by right clicking in any CSS file. But have a look to this post before using Web Essentials.