forked from brooksbingham/theme-elegance
16 lines
212 B
CSS
16 lines
212 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
@apply bg-white;
|
|
@apply text-gray-700;
|
|
@apply font-medium;
|
|
}
|
|
|
|
.icon-tabler {
|
|
stroke-width: 1px;
|
|
fill: none;
|
|
@apply stroke-current;
|
|
}
|