mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue