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
Randy Merrill edited this page Apr 17, 2014
·
2 revisions
Sometimes when using less-middleware, you might want to extend less with additional custom functions for use within our stylesheets. Here's how:
Define less as a direct dependency of your project in your package.json, just like less-middleware.
If you've already used npm install to install less-middleware, you'll need to run npm dedupe less to consolidate down to a single copy of the library at the top level of your project. (Run npm list less before and after to see the difference.)