After reading an article in Smashing Magazine, I was really excited about trying out LESS css. Unfortunately, I just can't get the darn thing to work.
Here's what I've got in my HTML:
My browser won't read the stylesheet at all. And I'm getting no error codes.
I've been searching through forums, and I have messed around a lot trying to get it to work. I thought it might be an issue on my server, and tried adding a .less MIME type (though I don't know too much about MIME types and the like...). I also tried changing the style file to 'style.less.css' with no luck.
I'm at a loss right now. I can't find too many other people having this problem. I'd really appreciate any thoughts.
Here's what I've got in my HTML:
Code:
<link rel="stylesheet/less" type="text/css" href="style/style.less" /> <script src="js/less.js" type="text/javascript"></script>
I've been searching through forums, and I have messed around a lot trying to get it to work. I thought it might be an issue on my server, and tried adding a .less MIME type (though I don't know too much about MIME types and the like...). I also tried changing the style file to 'style.less.css' with no luck.
I'm at a loss right now. I can't find too many other people having this problem. I'd really appreciate any thoughts.
Comment