I'm trying to embed multiple .less
files like this
<head>
<link href="mine.less" media="screen" rel="stylesheet/less" type="text/css" />
<link href="friend.less" media="screen" rel="stylesheet/less" type="text/css"/>
</head>
but I'm finding that only the first one is used and the other one gets dropped. In normal .css files, multiple .css files are allowed. Is .less different or I'm doing something wrong?
Have you tried using @import [FILENAME.LESS];
in the master .less file?
As per: http://techportal.inviqa.com/2010/12/17/lessphp-php-implementation-of-less-css/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With