scinote-web/app/assets/stylesheets/application.tailwind.css

14 lines
185 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-size: 16px;
}
2023-06-06 20:38:54 +08:00
.border {
border-style: solid;
border-color: theme('borderColor.DEFAULT', currentColor);
}