0.0.9 • Published 4 years ago

tailwindcss-plugin-heroicons v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

tailwindcss-plugin-heroicons

Adds refactoringui/heroicons as utilities to your Tailwind project.

Refer to Heroicons' file list to see what's available.

Usage

If an SVG was in solid-sm and its filename was sm-annotation.svg, you'd use it like so...

<div class="sm-annotation h-8 w-8"></div>

All utilities come as base64 encoded background images and have their background height set to 100%.

Modify variants to be added by passing an object with a variants key when requiring.

plugins: [
  require('tailwindcss-plugin-heroicons')({variants: ['responsive', 'hover']})
]
0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago