Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.1 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.1 KB

Corner Smoothing

Frame 1

Adjusts a rounded corner to create a continuous curve. Inspired by Rob.

Installation

Install the plugin from npm:

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

Usage

v4

// Global.css / App.css

@plugin "tailwind-corner-smoothing";

v3

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

Example

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

License

MIT