Skip to content

Commit

Permalink
remove trailing tailwind scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Chiang committed Apr 30, 2022
1 parent 3aacd5f commit 674cdbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down

0 comments on commit 674cdbb

Please sign in to comment.