add content to tailwind.config.js
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
module.exports = {
|
||||
purge: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
|
||||
Reference in New Issue
Block a user