How the quasar framework uses less?

225 Views Asked by At
/** Options to supply to `less-loader`. */
  lessLoaderOptions: object;

Create projects by default with sass, scss, css, no less.

1

There are 1 best solutions below

0
On

enter image description here

Inside the quasar creation framework,There are sass, scss, styles and css. But There's no less here.At https://quasar.dev/quasar-cli/quasar-conf-js-Property%3A-build, I found LoaderOptions but didn't know if the framework had a built-inless loader and how to use it.