Is there CSS Meta Framefork for ASP.NET?
Something like LESS or xCSS.
Is there CSS Meta Framefork for ASP.NET? Something like LESS or xCSS.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is the very interesting framework called DotLess.
dotLess is actually a port of .LESS for ASP.Net. The framework is implemented in form of a ASP.Net Handler and works for files with .LESS extensions just like LESS.
I’ve attempted implementing it in one of my projects but for some reason while it worked on my dev machine I couldn’t get it to work on the server. That was more than 6 months ago though and implementing it is still in my agenda. When I am a little less busy.
I would definitely recommend it.