Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import tailwindTypography from '@tailwindcss/typography'
import tailwindColors from 'tailwindcss/colors'

/** @type {import('tailwindcss').Config} */
export default {
Expand Down Expand Up @@ -30,7 +31,7 @@ export default {
},
colors: (() => {
// Exclude deprecated color names to silence Tailwind v3 warnings
const { lightBlue, warmGray, trueGray, coolGray, blueGray, ...colors } = require('tailwindcss/colors')
const { lightBlue, warmGray, trueGray, coolGray, blueGray, ...colors } = tailwindColors
return {
...colors,
// Custom semantic colors (override defaults)
Expand Down