12 lines
106 B
CSS
12 lines
106 B
CSS
|
|
|
|
@import url('./style.css');
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
|
|
|