I was looking for information on the network but did not find it, how to set less? If you can read more
1 answer
less is not installed either on windows or on linux on any other systems less connects to html pages for example the structure
img css script less index.html where img, css, script, less are the folders then we put less.js in the script folder, create the file style.less and in the index.html we set the following
<link rel="stylesheet/less" type="text/css" href="less\styles.less" /> and
<script src="script\less.js" type="text/javascript"></script> the first record should be higher than the second and try compiler winLess
|