tailwind: use the correct path for index.html
This commit is contained in:
parent
73d0e25769
commit
b0d46987a4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const { parseColorMatrix } = require('./tailwind/colors.cjs');
|
||||||
|
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['./src/**/*.{html,js,ts,tsx}', './custom/instance/**/*.html', './src/index.html'],
|
content: ['./src/**/*.{html,js,ts,tsx}', './custom/instance/**/*.html', './index.html'],
|
||||||
darkMode: 'class',
|
darkMode: 'class',
|
||||||
theme: {
|
theme: {
|
||||||
screens: {
|
screens: {
|
||||||
|
|
Loading…
Reference in a new issue