PostCSS custom config file or TS support #73995
mhkarimi1383
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
I was setting up my project with tailwindcss but I was having issues after renaming
postcss.config.js
topostcss.config.ts
and I was not able to use tailwind styles correctlyAfter reading documents about PostCSS in Next.JS https://nextjs.org/docs/pages/building-your-application/configuring/post-css I found that I have limited support for file name/type for PostCSS in Next.JS
Proposal
Adding support for TS and other config files that PostCSS supports
Also I have tried installing
ts-node
, (Same issue vitejs/vite#5316 And PR vitejs/vite#7935 on Vite)Beta Was this translation helpful? Give feedback.
All reactions