openai-cookbook/apps/file-q-and-a/nextjs-with-flask-server/client/src/styles/globals.css
2023-02-11 16:29:30 -08:00

5 lines
87 B
CSS

@import "./preflight.css";
@tailwind base;
@tailwind components;
@tailwind utilities;