4 lines
82 B
CSS
4 lines
82 B
CSS
@import './tokens.css';
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities; |