loose css intellisense when using tailwind directive in style block

ive installed everything according to docs, however when i try to include tailwind directives with my style block, i immediately loose css intellisense
<style lang="css">
.btn {
display: flex;
font-size: theme(fontSize.sm);
pad....<--- no more intellisense, just a list of gibberish
}
</style>
<style lang="css">
.btn {
display: flex;
font-size: theme(fontSize.sm);
pad....<--- no more intellisense, just a list of gibberish
}
</style>
<style lang="css">
.btn {
display: flex;
pad....<--- get my list of css properties back
}
</style>
<style lang="css">
.btn {
display: flex;
pad....<--- get my list of css properties back
}
</style>
ive tried everything, css assocation to tailwind, ignore css validation, string suggestions...etc.
1 Reply
BinaryArtifex
BinaryArtifexOP2mo ago
strangely i get intellisense above the font-size property, i loose it below the font-size property....
Want results from more Discord servers?
Add your server