forked from enviPath/enviPy
Add basic index redesign
This commit is contained in:
@ -12,22 +12,3 @@
|
||||
}
|
||||
|
||||
@import "./daisyui-theme.css";
|
||||
|
||||
/* Bootstrap compatibility layer - prevent Bootstrap from overriding Tailwind */
|
||||
@layer base {
|
||||
/* Ensure Tailwind's preflight takes precedence in non-legacy sections */
|
||||
body:not(.legacy-bootstrap *) {
|
||||
@apply antialiased;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
/* Add important utilities for overriding Bootstrap where needed */
|
||||
.tw-flex {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.tw-grid {
|
||||
display: grid !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user