設定你的網站的預設主題
tailwind.config.js 中的 theme 區塊可以設定你自己的 color palette, type scale, fonts, breakpoints, border radius values 等等。
/** @type {import('tailwindcss').Config} */
module.exports = {
theme: {
screens: {
sm: '480px',
md: '768px',