4 lines
93 B
CSS
4 lines
93 B
CSS
/* ./your-css-folder/styles.css */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities; |