Update tailwind css to v3.3.5.

This commit is contained in:
2023-12-04 18:05:19 +13:00
parent 6fac8f4670
commit 0741bcb5ad
3 changed files with 466 additions and 283 deletions

View File

@ -3,7 +3,7 @@ const colors = require('tailwindcss/colors')
module.exports = {
mode: 'jit',
purge: ['./pages/**/*.js', './components/**/*.js', './layouts/**/*.js', './lib/**/*.js'],
content: ['./pages/**/*.js', './components/**/*.js', './layouts/**/*.js', './lib/**/*.js'],
darkMode: 'class',
theme: {
extend: {