/* * An application's own CSS entry, the way plan step 37's claim is about: outside the package, the * foundation first, then the stylesheet of each component its views render. Split button, app bar, * modal and pagination each import button.css (and icon.css, through it), and the application * names button.css itself once more at the end. Built by tests/Fixtures/dedup.vite.config.mjs for * StylesheetsBundleTest.php, which expects every shared rule once, at its first position. */ @import '../../resources/css/foundation.css'; @import '../../resources/css/components/split-button.css'; @import '../../resources/css/components/app-bar.css'; @import '../../resources/css/components/modal.css'; @import '../../resources/css/components/pagination.css'; @import '../../resources/css/components/button.css';