diff --git a/app/root.tsx b/app/root.tsx index 8c76f77e..17d7d6e5 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -20,7 +20,7 @@ import { // Styles import normalizeStylesUrl from "~styles/__normalize.css"; import globalStylesUrl from "~styles/global.css"; -import utilityClassesUrl from "~styles/utils/utils.css"; +import utilityClassesUrl from "~styles/utils.css"; // App import { getUser } from "./session.server"; import { gtag } from "~utils"; diff --git a/package.json b/package.json index 9e5c6c9a..59539b93 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,8 @@ "scripts": { "postinstall": "remix setup node", "build": "run-s build:*", - "build:css": "npm run generate:css -- --minify", "build:remix": "remix build", "dev": "run-p dev:*", - "dev:css": "npm run generate:css -- --watch", "dev:remix": "cross-env NODE_ENV=development binode --require ./mocks -- @remix-run/dev:remix dev", "format": "prettier --write .", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",