fix: move @import rule to top of globals.css to satisfy PostCSS specification

This commit is contained in:
AyrisAI
2026-08-20 17:20:22 +03:00
parent f2b2537cd0
commit b950a31e3b
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
import "./.next/types/routes.d.ts";
import "./.next/types/root-params.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.