/* The Workbench builds the package as an application would, with explicit sources so the plans in docs/ are not scanned for class names. The foundation comes before Tailwind, so the `material` layers are declared first and sit below Tailwind's; tailwind.css brings the components still written for Tailwind, without declaring the tokens a second time. */ @import '../../../resources/css/foundation.css'; @import '../../../resources/css/components.css'; @import 'tailwindcss' source(none); @import '../../../resources/css/tailwind.css'; @import './material-scheme.css'; @source '../../../resources/views'; @source '../../../src';