Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gtokman/corner-smoothing

A tailwind pluging that adjusts a rounded corner to create a continuous curve
https://github.com/gtokman/corner-smoothing

css html js plugin tailwind

Last synced: about 21 hours ago
JSON representation

A tailwind pluging that adjusts a rounded corner to create a continuous curve

Awesome Lists containing this project

README

        

# 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

Smooth corners!

```

# License

MIT