tailwind: use the correct path for index.html

environments/review-main-yi2y9f/deployments/3931^2
Alex Gleason 1 year ago
parent 73d0e25769
commit b0d46987a4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -2,7 +2,7 @@ const { parseColorMatrix } = require('./tailwind/colors.cjs');
/** @type {import('tailwindcss').Config} */
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',
theme: {
screens: {

Loading…
Cancel
Save