aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 7b1cffd422c61a3bdf682d890852f0e16de465bc (plain) (blame)
1
2
3
4
5
6
7
8
{
  "files.associations": {
    "*.css": "tailwindcss",
  },
  "files.exclude": {
    "$": true
  },
}