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