refactor: remove unused colors

This commit is contained in:
abdul
2023-02-25 17:57:21 +07:00
parent 9c7218e798
commit 5d3a611e50

View File

@ -1,5 +1,4 @@
const defaultTheme = require('tailwindcss/defaultTheme'); const defaultTheme = require('tailwindcss/defaultTheme');
const colors = require('tailwindcss/colors');
module.exports = { module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,svelte,ts,tsx,vue}'], content: ['./src/**/*.{astro,html,js,jsx,md,svelte,ts,tsx,vue}'],