aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/.vscode/settings.json')
-rw-r--r--webapp/.vscode/settings.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/.vscode/settings.json b/webapp/.vscode/settings.json
new file mode 100644
index 0000000..5ac1c06
--- /dev/null
+++ b/webapp/.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+ "files.associations": {
+ "*.css": "tailwindcss"
+ }
+}