You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client-side is the easiest way to get started and good for developing your LESS skills. For production and especially if performance is important, we recommend pre-compiling using node or one of the many third party tools.
Link your .less stylesheets using <link> with the rel attribute set to stylesheet/less:
Make sure you include your stylesheets before the script.
Remember, that if you link more than one .less stylesheet, each of them is compiled independently, so any variables, mixins or namespaces you define in a stylesheet are not accessible in any other.