# magefront-plugin-less
Transforms LESS files into CSS files.
## Install
npm i less magefront-plugin-less
## Usage
```js
import less from'magefront-plugin-less'
export default {
plugins: [less()],
}
```
See the [documentation](https://ubermanu.github.io/magefront/#/plugins/less) for more information.