Add types to tailwind.config.js
This commit is contained in:
parent
9932f631f1
commit
bdbecc8aa1
|
@ -1,5 +1,6 @@
|
||||||
const { parseColorMatrix } = require('./tailwind/colors');
|
const { parseColorMatrix } = require('./tailwind/colors');
|
||||||
|
|
||||||
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['./app/**/*.{html,js,ts,tsx}', './custom/instance/**/*.html', './app/index.ejs'],
|
content: ['./app/**/*.{html,js,ts,tsx}', './custom/instance/**/*.html', './app/index.ejs'],
|
||||||
darkMode: 'class',
|
darkMode: 'class',
|
||||||
|
|
Loading…
Reference in New Issue