/* Splendid Styles */

/* Canonical full bundle = the base foundation + CSS components. tools/layouts/
   effects/button are registered once here; the pure component bodies below do
   not re-import them. Don't compose this file from base.css + components (base
   also imports button — that would duplicate it). For framework components on
   top of everything, use `base + components/astro`, not this bundle. */

@import './tools/index.css';
@import './components/css/button.css';
@import './reset.css' layer(reset);
@import './layout-reset.css' layer(reset);
@import './variables/index.css';
@import './generic/index.css';
@import './layouts/index.css';
@import './effects/index.css';
@import './components/css/index.css';

/* Addons */
/* @import './components/index.css'; */
/* @import './addons/index.css' */
