mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
lint
This commit is contained in:
parent
d931d1dc0b
commit
65d56af096
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
const { theme, plugins } = require('@tea/ui/tailwind.config.cjs');
|
||||
import { theme, plugins } from '@tea/ui/tailwind.config.cjs';
|
||||
module.exports = {
|
||||
content: ['./src/**/*.{html,svelte,ts,js}', '../ui/src/**/*.{html,svelte,ts,js}'],
|
||||
theme,
|
||||
|
|
Loading…
Reference in a new issue