Is there a way to make tailwinds class completions/Suggestions always on top?

And is there a way to see completions/Suggestions for tailwind classes in the source .css file?

 

@tailwind base;
@tailwind components;
@tailwind utilities;

/* cant see completions/Suggestions here in the css source file */

.asp_w_container {
@apply px-12;

}

.cart-contents {
@apply flex flex-col;
}
.amount {
@apply text-base;
}
.count {
@apply text-xs self-end;
}
0
3 comments

Suggestions should be available in CSS after @apply:

0

Is there a way to make tailwinds class completions/Suggestions always on top?

In *.php files i want how it looks in your screen shot to look like that in php files.

0

Please sign in to leave a comment.