7 lines
100 B
CSS
7 lines
100 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
background-color: skyblue;
|
|
}
|