accessible-astro-components
Version:
A comprehensive set of accessible, easy-to-use UI components for Astro websites, built with WCAG compliance and inclusive design principles.
19 lines (17 loc) • 377 B
CSS
/**
* Utility Mixins
*
* This file contains utility mixins for common styles and animations,
* providing consistent values for component styling and utility across the system.
*/
.sr-only {
position: absolute;
margin: -1px;
padding: 0;
inline-size: 1px;
block-size: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border-width: 0;
white-space: nowrap;
}