11 lines
119 B
CSS
11 lines
119 B
CSS
|
|
@config "../tailwind.config.js";
|
||
|
|
|
||
|
|
|
||
|
|
@tailwind base;
|
||
|
|
@tailwind components;
|
||
|
|
@tailwind utilities;
|
||
|
|
|
||
|
|
@layer components{
|
||
|
|
}
|
||
|
|
|
||
|
|
|