Skip to content

Commit

Permalink
fix frontend warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
s1sds28 committed Mar 18, 2024
1 parent d86899f commit dc0ab2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const colors = require('tailwindcss/colors');
module.exports = {
purge: ['./apps/frontend/**/*.{js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
content: ['./apps/frontend/**/*.{js,ts,jsx,tsx}'],
media: false, // or 'media' or 'class'
variants: {},
plugins: [
require('@tailwindcss/forms'),
Expand Down Expand Up @@ -95,7 +95,7 @@ module.exports = {
900: '#3e2723',
},
gray: colors.gray,
'blue-gray': colors.blueGray,
'blue-gray': colors.slate,
},
extend: {
colors: {
Expand Down

0 comments on commit dc0ab2a

Please sign in to comment.