Revert "feat: upgrade tailwindcss v4"

This commit is contained in:
senshinya
2025-07-20 01:00:26 +08:00
committed by GitHub
parent 3c507d62c0
commit ffc9c6decf
38 changed files with 1246 additions and 669 deletions

View File

@@ -1,5 +1,5 @@
import "@testing-library/jest-dom/extend-expect";
import '@testing-library/jest-dom/extend-expect';
// Allow router mocks.
// eslint-disable-next-line no-undef
jest.mock("next/router", () => require("next-router-mock"));
jest.mock('next/router', () => require('next-router-mock'));