Removed redundant commented out line in tailwind config

This commit is contained in:
Martin Šošić 2024-05-31 16:44:26 +02:00 committed by GitHub
parent 2c94ced5c5
commit 496480509a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@ const { resolveProjectPath } = require('wasp/dev');
/** @type {import('tailwindcss').Config} */
module.exports = {
// content: ['./src/**/*.{js,jsx,ts,tsx}'],
content: [resolveProjectPath('./src/**/*.{js,jsx,ts,tsx}')],
darkMode: 'class',
theme: {