7 lines
93 B
CSS
7 lines
93 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
li {
|
|
list-style-type: none;
|
|
} |