/* The Workbench's Tailwind entry, for the classes the showcase still writes, with explicit sources so the plans in docs/ are not scanned for class names. tailwind.css brings the theme and token utilities without declaring the tokens a second time. The package's own CSS is package.css, an entry of its own (its header says why); the layer statement is the same in both, so the `material` layers sit between Tailwind's preflight and its utilities whichever loads first. */ @layer properties, theme, base, material, components, utilities; @import 'tailwindcss' source(none); @import '../../../resources/css/tailwind.css'; @source '../../../resources/views'; @source '../../../src';