Flashcards-like pet project for learning words in new languages.
- Angular
- Signals
- Vite
- TailwindCSS
- RxDB
For proper clsx
IntelliSense in VSCode, add the following to your settings.json
:
"tailwindCSS.experimental.classRegex": [["clsx\\(((?:[^()]*|\\([^()]*\\))*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]]