# @lyo/grunt-less

A browser-compatible version of [grunt-less](https://www.npmjs.com/package/grunt-less) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/grunt-less)](https://www.npmjs.com/package/@lyo/grunt-less)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/grunt-less)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/grunt-less/badge)](https://www.jsdelivr.com/package/npm/@lyo/grunt-less)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/grunt-less"></script>

<script>
  gruntLess(foo);
</script>
```

#### In Node.js

```sh
# Install
npm i @lyo/grunt-less
```

```js
const gruntLess = require('@lyo/grunt-less')

gruntLess(foo);
```

## Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk