Following the readme, why doesn't it work in VSCode? #402
Answered
by
muhammadsammy
richard-workpath
asked this question in
Q&A
-
I have generated the classnames file and imported it: import {classnames} from 'tailwindcss-classnames'
export const fullWidthContainer = classnames('container', 'w-full');
export const button = classnames('border-none', 'rounded-sm'); But the types are not recognized: |
Beta Was this translation helpful? Give feedback.
Answered by
muhammadsammy
Apr 22, 2022
Replies: 1 comment 2 replies
-
This has been changed in v3 https://github.com/muhammadsammy/tailwindcss-classnames#whats-new-in-v3 , #293 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
richard-workpath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been changed in v3 https://github.com/muhammadsammy/tailwindcss-classnames#whats-new-in-v3 , #293