tailwind-cssgg
v0.2.0
Published
[![npm](https://img.shields.io/npm/v/tailwind-cssgg)](https://github.com/JiangWeixian/tailwind-cssgg) [![GitHub](https://img.shields.io/npm/l/tailwind-cssgg)](https://github.com/JiangWeixian/tailwind-cssgg)
Downloads
4
Readme
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 😼