Migrating Sass to new modules system while using Tailwind #1621
gokhantaskan
started this conversation in
General
Replies: 1 comment
-
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@use "abstracts/variables";
... This is not working as expected of course. What should I do to make it work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sass-migrator module --verbose --migrate-deps main.scss
gives error while usingWhen I mute Tailwind imports, the migration is completed but after that, the whole stylesheet is broken.
Is there any way to use properly with new modules and Tailwind together?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions