mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-08-02 18:02:26 +02:00
Removed redundant commented out line in tailwind config
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user