diff --git a/surfsense_web/app/globals.css b/surfsense_web/app/globals.css index c192a27be..9dffa8a03 100644 --- a/surfsense_web/app/globals.css +++ b/surfsense_web/app/globals.css @@ -231,7 +231,7 @@ button { } } -@source '../node_modules/@llamaindex/chat-ui/**/*.{ts,tsx}'; -@source '../node_modules/streamdown/dist/*.js'; -@source '../node_modules/@streamdown/code/dist/*.js'; -@source '../node_modules/@streamdown/math/dist/*.js'; +@source "../node_modules/@llamaindex/chat-ui/**/*.{ts,tsx}"; +@source "../node_modules/streamdown/dist/*.js"; +@source "../node_modules/@streamdown/code/dist/*.js"; +@source "../node_modules/@streamdown/math/dist/*.js"; diff --git a/surfsense_web/biome.json b/surfsense_web/biome.json index 6e17e7f14..bc720605b 100644 --- a/surfsense_web/biome.json +++ b/surfsense_web/biome.json @@ -65,6 +65,9 @@ } }, "css": { + "parser": { + "tailwindDirectives": true + }, "formatter": { "enabled": true, "indentStyle": "tab",