mirror of
https://github.com/QuivrHQ/quivr.git
synced 2025-01-07 08:07:44 +03:00
e69c6debae
This pull request implements the turbo pack compiler feature. Simply run yarn run dev --turbo or npm run dev https://turbo.build/blog/turbopack-benchmarks --------- Co-authored-by: Zewed <dewez.antoine2@gmail.com> Co-authored-by: Stan Girard <stan@quivr.app>
6 lines
103 B
SCSS
6 lines
103 B
SCSS
@use "styles/Spacings.module.scss";
|
|
|
|
.response_wrapper {
|
|
display: flex;
|
|
gap: Spacings.$spacing03;
|
|
} |