tailwindcss@4 with sass #13687
Unanswered
tammy-grows
asked this question in
Help
Replies: 3 comments
-
You'd do: @import 'tailwindcss/index.css'; For v4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
its a long ago. but still I am in same problem. this question is not answered. 😑 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This works on Tailwind 4.1.3:
The You may also need to enable optimization by adding
The |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I cannot get
import "tailwindcss/base"
to work in my SASS stylesheet. Error is :SassError: Can't find stylesheet to import.
Using
tailwindcss@4.0.0-alpha.15
,sass@1.4.7
,postcss@8.4.31
.In
vue.config.js
In my
global.scss
stylesheet:Beta Was this translation helpful? Give feedback.
All reactions