[setup catalog][m]: upgrade TailwindCSS, install dependencies for TailwindUI and fix configs.

This commit is contained in:
anuveyatsu
2021-08-13 14:55:03 +06:00
parent 4aac713387
commit 65e5a0b3bf
7 changed files with 439 additions and 1034 deletions

View File

@@ -5,7 +5,7 @@ import { DEFAULT_THEME } from '../themes';
import { applyTheme } from '../themes/utils';
import I18nProvider from 'next-translate/I18nProvider';
import { useRouter } from 'next/router';
import '../styles/app.css';
import '../styles/globals.css';
interface I8nObject {
[property: string]: any;