Skip to content

Commit

Permalink
remove tailwind color deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosimonpicon committed Jun 4, 2023
1 parent 96fdd37 commit 972a556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const defaultTheme = require("tailwindcss/defaultTheme");
const colors = require("tailwindcss/colors");
const { warmGray, trueGray, coolGray, blueGray, ...colors} = require("tailwindcss/colors");
const myColors = {
...colors,
caper: {
Expand Down

0 comments on commit 972a556

Please sign in to comment.