tailwind-thaitone
v1.1.0
Published
Thaitone colors for Tailwind CSS
Downloads
4
Maintainers
Readme
Thaitone Tailwind Plugin
This is a Tailwind CSS plugin that adds Thaitone colors to TailwindCSS color set. Hex code can be found in Poakpong's article.
Installation
pnpm add tailwind-thaitone
Usage
import thaitone from 'tailwind-thaitone'
/** @type {import('tailwindcss').Config} */
export default {
plugins: [
thaitone
]
}