0.0.9 • Published 5 years ago

tailwindcss-plugin-heroicons v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago