Skip to content

Instantly share code, notes, and snippets.

@laxmariappan
Created May 23, 2022 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laxmariappan/8452c64cfc8c39f8dccfcdea8972fc36 to your computer and use it in GitHub Desktop.
Save laxmariappan/8452c64cfc8c39f8dccfcdea8972fc36 to your computer and use it in GitHub Desktop.
Remix Tailwind config
"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": "remix dev",
"generate:css": "npx tailwindcss -o ./app/tailwind.css",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment