14 lines
301 B
CSS
14 lines
301 B
CSS
@layer theme, base, components, utilities;
|
|
@import "tailwindcss/theme.css" layer(theme);
|
|
@import "tailwindcss/utilities.css" layer(utilities);
|
|
|
|
@source "../../**/*.{vue,js,ts,jsx,tsx}";
|
|
@source "../../../index.html";
|
|
|
|
@theme {
|
|
|
|
}
|
|
|
|
@media (min-width: 1920px) {
|
|
.cols-4-lg { width: 25% !important; }
|
|
} |