Skip to content

Accent

Provides a new TailwindCSS utility class accent which extends Accent utility classe.

TailwindCSS v4

Include CSS file with the @utility at-rule.

View Source 
css
@import "winduum/tailwindcss/utilities/accent.css";

TailwindCSS v3

Add plugin via the tailwind.config.js, see Config for more info.

Example

html
<div class="accent-error">
    <button class="x-button">Button</button>
    <button class="x-button rounded-full">Button</button>
</div>

Released under the MIT License.