1.1.0 • Published 1 year ago
tailwind-thaitone v1.1.0
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
]
}