Home

tailwind-ctp-intellisense @def423a7fe35f67532a4568a93b3306573f8ab68 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / .vscode / settings.json
- raw
1
2
3
4
5
6
7
8
9
// Place your settings in this file to overwrite default and user settings.
{
    "files.exclude": {
        "out": false // set this to true to hide the "out" folder with the compiled JS files
    },
    "search.exclude": {
        "out": true // set this to false to include "out" folder in search results
    }
}