관리-도구
편집 파일: tailwind.config.js
/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./includes/**/*.php', './views/**/*.php'], theme: { extend: { colors: { primary: '#0474A2', }, }, }, plugins: [], };