mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Merge pull request #263 from Insprill/fix/tailwind-deprecation-warning
Fix Tailwind deprecation warnings during build
This commit is contained in:
+8
-1
@@ -1,5 +1,12 @@
|
||||
const colors = require('tailwindcss/colors');
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
|
||||
// Suppress deprecation warnings during build
|
||||
delete colors.lightBlue;
|
||||
delete colors.warmGray;
|
||||
delete colors.trueGray;
|
||||
delete colors.coolGray;
|
||||
delete colors.blueGray;
|
||||
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
content: ['./src/renderer/**/*.{js,jsx,ts,tsx,ejs}'],
|
||||
|
||||
Reference in New Issue
Block a user