app/assets/css/base/setup.css in coveragebook_components-0.15.0 vs app/assets/css/base/setup.css in coveragebook_components-0.16.0
- old
+ new
@@ -2,30 +2,19 @@
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
-@import "./utils/layout";
-@import "./utils/colors";
-@import "./utils/icons";
@import "./utils/text";
@import "./tippy";
@layer base {
:root {
--app-height: 100%;
}
html {
@apply font-body scroll-smooth motion-safe:scroll-auto text-content-dark-1;
- }
-
- html.app-layout,
- html.app-layout body {
- width: 100vw;
- height: 100vh;
- height: var(—-app-height);
- overflow: hidden;
}
a {
@apply text-current underline underline-offset-2;
}