Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

tailwind-corner-smoothing

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwind-corner-smoothing

Adjusts a rounded corner to create a continuous curve.

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
0
Created
Source

corner-smoothing

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

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

Example

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

License

MIT

Keywords

create-tailwind-plugin

FAQs

Package last updated on 05 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts