diff --git a/tailwind.config.js b/tailwind.config.js index 7794e182d5e..5a64bb3708a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,7 +2,7 @@ const colors = require('tailwindcss/colors'); const defaultTheme = require('tailwindcss/defaultTheme') const plugin = require('tailwindcss/plugin') -// delete deprecated colors that we don't use +// delete deprecated colors that we don't delete colors['lightBlue']; delete colors['warmGray']; delete colors['trueGray'];