mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
chore: add Tailwind CSS parser configuration to biome.json and standardize source path quotes in globals.css
This commit is contained in:
parent
c02207e911
commit
45c38456ab
2 changed files with 7 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -65,6 +65,9 @@
|
|||
}
|
||||
},
|
||||
"css": {
|
||||
"parser": {
|
||||
"tailwindDirectives": true
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"indentStyle": "tab",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue