cal/packages/atoms/globals.css
2023-01-16 08:36:35 -05:00

10 lines
293 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";