/* The Workbench builds the package as an application would, with explicit sources so the plans in docs/ are not scanned for class names. The layer statement puts the `material` layers above Tailwind's preflight (`base`) and below its `components` and `utilities`: a rewritten component's padding, margin and border would otherwise lose to preflight's `* { padding: 0 }`, which the material reset already carries, while every utility still outranks the package. all.css brings the foundation, every layout stylesheet and every component stylesheet in one import; tailwind.css brings the theme and token utilities the showcase still writes as classes, without declaring the tokens a second time. */ @layer theme, base, material, components, utilities; @import '../../../resources/css/all.css'; @import 'tailwindcss' source(none); @import '../../../resources/css/tailwind.css'; @import './material-scheme.css'; @source '../../../resources/views'; @source '../../../src';