Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Oct 11, 2024
1 parent ba4aa51 commit 0776b9a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const colors = require('tailwindcss/colors')

module.exports = {
content: {
files: ['./src/**/*.js', './pages/**/*.js', './public/tailwind.css'],
purge: {
content: ['./src/**/*.js', './pages/**/*.js', './public/tailwind.css'],
},
presets: [],
darkMode: 'class', // or 'media' or 'class'
Expand All @@ -20,11 +20,11 @@ module.exports = {

black: colors.black,
white: colors.white,
gray: colors.gray,
gray: colors.coolGray,
red: colors.red,
yellow: colors.yellow,
green: colors.green,
blue: colors.sky,
blue: colors.lightBlue,
indigo: colors.indigo,
purple: colors.violet,
pink: colors.pink,
Expand Down Expand Up @@ -916,3 +916,4 @@ module.exports = {
},
plugins: [],
}

0 comments on commit 0776b9a

Please sign in to comment.