update
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
@import 'tailwindcss';
|
||||
@import '@repo/ui/globals.css';
|
||||
|
||||
/**
|
||||
* This is necessary to load the @repo/ui package when moving from
|
||||
* @tailwindcss/vite v4.0.7 to v4.0.8.
|
||||
*
|
||||
* For more details, see:
|
||||
* https://github.com/tailwindlabs/tailwindcss/issues/16733
|
||||
*/
|
||||
@source '../../../packages/ui';
|
||||
|
||||
@@ -10,7 +10,7 @@ import {
|
||||
} from 'react-router'
|
||||
|
||||
import { ThemeProvider } from '@repo/ui/components/theme-provider'
|
||||
import '@repo/ui/globals.css'
|
||||
import './app.css'
|
||||
import { loggingMiddleware } from './middleware/logging'
|
||||
|
||||
export const middleware: Route.MiddlewareFunction[] = [loggingMiddleware]
|
||||
|
||||
Reference in New Issue
Block a user