@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; } }