UNPKG

@casoon/dragonfly

Version:

Modular, lightweight CSS framework and design system for modern web projects. Optimized for Astro JS, LightningCSS and Container Queries with @layer-based architecture and comprehensive accessibility.

6 lines (4 loc) 192 B
/* Clean Typography Index */ @import url('./typography.css'); @import url('./hierarchy/headings.css') layer(typography.headings); @layer typography.base { body { font-family: sans-serif; } }