Skip to content

Tailwind css 4 Beta with Asp.net Blazor #15679

Answered by Trix07
Maera90 asked this question in Help
Discussion options

You must be logged in to vote

I think I just figured it out!

The `config` statement needs to come before the `import` one. It looks like the documentation might be incorrect, since it shows it the other way around...
@config "./../../tailwind.config.js";
@import "tailwindcss";

UPDATE:

This issue seems to be caused by incorrect file encoding and can be fixed by changing the encoding to Unicode (UTF-8 without signature) - Codepage 65001. See #15662 for more details.

Replies: 4 comments 12 replies

Comment options

You must be logged in to vote
5 replies
@Maera90
Comment options

@Trix07
Comment options

@Maera90
Comment options

@Trix07
Comment options

Answer selected by Maera90
@joriverm
Comment options

Comment options

You must be logged in to vote
3 replies
@Trix07
Comment options

@joriverm
Comment options

@Trix07
Comment options

Comment options

You must be logged in to vote
2 replies
@Trix07
Comment options

@BarFoo
Comment options

Comment options

You must be logged in to vote
2 replies
@KaimDev
Comment options

@lukewilson2002
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
7 participants