[Feature] Sass support #5432
Replies: 3 comments 1 reply
-
I've been looking forward to this feature since 2021. At present, the official support for built-in PostCSS and TailwindCss is just beginning. I'm not sure whether the official will consider supporting SCSS. I also hope that the official will consider supporting built-in SCSS, like PostCSS and TailwindCss, out of the box, rather than compiling CSS through the CLI and importing it. |
Beta Was this translation helpful? Give feedback.
-
The proposed solution of running sass as a separate process alongside remix just isn't scaling very well when the remix project grows. We will start testing this on our project through patching, but it would be good if I can get some feedback on the PoC PR and maybe get it into remix. Especially if the setup is something that fits in remix's future plans 🤞 |
Beta Was this translation helpful? Give feedback.
-
I was excited to use Remix but 15 mins in and realised it doesn't support SASS/SCSS seamlessly and requires ugly looking workarounds. This is a dealbreaker for me. Moving onto the next framework. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the new or updated feature that you are suggesting?
Support sass natively, been possible to importing in
Links
component and ready to productionWhy should this feature be included?
Because all frameworks like Vue, React, Next, Nuxt all theses, support you to import sass files and style.
I know i can transpile it on my own, but having duplicated pages and files with same style content one in .scss/ and other .css is not the better approach possible
Beta Was this translation helpful? Give feedback.
All reactions