chore: add Tailwind CSS parser configuration to biome.json and standardize source path quotes in globals.css

This commit is contained in:
Anish Sarkar 2026-03-07 12:34:52 +05:30
parent c02207e911
commit 45c38456ab
2 changed files with 7 additions and 4 deletions

View file

@ -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";