LibreChat/src/style.css

8 lines
140 B
CSS
Raw Normal View History

2023-02-04 18:17:47 -05:00
@tailwind base;
@tailwind components;
2023-02-04 19:19:53 -05:00
@tailwind utilities;
/* * {
2023-02-04 19:19:53 -05:00
box-sizing: border-box;
outline: 1px solid limegreen !important;
} */