scinote-web/app/assets/stylesheets/application.tailwind.css
2023-06-06 14:38:54 +02:00

14 lines
185 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-size: 16px;
}
.border {
border-style: solid;
border-color: theme('borderColor.DEFAULT', currentColor);
}