Hello
I'm trying to use dotless for the first time. I'm using VS2012 for a MVC project and have installed it via NuGet. Looking at the webconfig it seems to be installed okay.
Under Content I've created a Live.less and copied in some CSS. The first thing I notice is that this isn't styled by VS2012, is there away to change this? Is there a way for VS to see the file like a normal CSS file? So items such as the class selector on objects will work?
Secondary I can't get the webpage to reference the newly created CSS file. I've added the following into the layout page:
<link href="/Content/Live.css" rel="stylesheet" type="text/css" />
I know I'm doing something wrong, but I was hoping someone could help me please?
Thanks
Jamie