# corner-smoothing

> Adjusts a rounded corner to create a continuous curve. Inspired by [Rob](https://github.com/robb/Continuous-Corners-CSS).

## Installation

Install the plugin from npm:

```sh
npm install tailwind-corner-smoothing --save-dev
```

# Usage

```js
// tailwind.config.js
module.exports = {
  plugins: [require('tailwind-corner-smoothing')],
};
```

# Example

```html
<div class="smooth-corners-md bg-blue-500">Smooth corners!</div>
```

# License

MIT
