add content to tailwind.config.js

This commit is contained in:
Alex
2021-12-15 19:25:50 -06:00
parent 174fbd9181
commit aed0b9efd3
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
module.exports = {
purge: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
plugins: {
tailwindcss: {},
autoprefixer: {},
+1
View File
@@ -1,4 +1,5 @@
module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},