0

I am new to Less and I am using Visual Studio 2013 for Web for development. And i aware Visual Studio supports less files.

Less Style Sheet

I have added .less to my project and added small mix-ins..

While i build my project i didn't get corresponding css files.. Because of using Express edition i can't add Web Essential extension.

How do i compile my less files? Or is there is any other options to compile less files?

Prasanth
  • 99
  • 2
  • 10

2 Answers2

0

I know this is now old but if you happen to still be looking for a solution then you will need to use an external application to compile your LESS files. There are a few out there but two I can recommend are...

I have used both in conjunction with Visual Studio and can recommend either. They can compile on-the-fly every time you save your LESS file within VS and work pretty seamlessly.

0NLY777
  • 313
  • 4
  • 10
0

look at : Can Visual Studio 2013 generate CSS files from .less files?

Community
  • 1
  • 1
maliness
  • 184
  • 3
  • 15