cal/packages/atoms/globals.css
2023-08-15 11:59:16 -07:00

11 lines
294 B
CSS

/*
* @NOTE: This file is only imported when building the component's CSS file
* When using this component in any Cal project, the globals are automatically imported
* in that project.
*/
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "../ui/styles/shared-globals.css";