mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-06-08 22:20:26 +02:00
Removed redundant commented out line in tailwind config
This commit is contained in:
parent
2c94ced5c5
commit
496480509a
@ -3,7 +3,6 @@ const { resolveProjectPath } = require('wasp/dev');
|
|||||||
|
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
|
||||||
content: [resolveProjectPath('./src/**/*.{js,jsx,ts,tsx}')],
|
content: [resolveProjectPath('./src/**/*.{js,jsx,ts,tsx}')],
|
||||||
darkMode: 'class',
|
darkMode: 'class',
|
||||||
theme: {
|
theme: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user