UNPKG

accessible-astro-components

Version:

A set of Accessible, easy to use, Front-end UI Components for Astro.

15 lines (11 loc) 245 B
/** * Main Stylesheet * * This file imports all other stylesheets and can be used as a single entry point. */ /* Core styles */ @import './core.css'; /* Color system */ @import './colors.css'; /* Animations */ @import './animations.css';