tailwind-cssgg
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

npm GitHub

Use css.gg icons in tailwindcss

usage

Add tailwind-csgg plugin in tailwindcss.config.js plugins fields

const { cssgg } = require('tailwind-cssgg')

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ['./src/**/*.{js,ts,jsx,tsx}'],
  plugins: [cssgg],
}

Then you can use the icons in your HTML:

<!-- pattern: gg-[iconname] -->
<i className="gg-vercel" />

<!-- pattern: gg-[iconname]/scale, will apply transform: scale(0.5) -->
<i className="gg-vercel/0.5" />

install

pnpm i tailwind-cssgg css.gg

development

  • Setup - pnpm i
  • Build - pnpm build

built with ❤️ by 😼

Readme

Keywords

none

Package Sidebar

Install

npm i tailwind-cssgg

Weekly Downloads

19

Version

0.2.0

License

MIT

Unpacked Size

14.4 kB

Total Files

7

Last publish

Collaborators

  • qidanta