Fylgja Utilities offers a focused collection of production-ready CSS utilities.
Designed for direct use without a build step, each utility is carefully selected for practical application.
Fylgja Utilities integrates seamlessly as a standalone solution or alongside other utility frameworks like Tailwind CSS and UnoCSS.
You can install Fylgja Utilities via npm or other Node-based package managers like pnpm or bun:
npm install @fylgja/utilities
Alternatively, you can use it directly via a CDN:
<link href="https://cdn.jsdelivr.net/npm/@fylgja/utilities/index.min.css" rel="stylesheet">
Once installed, you can import the full package with:
@import "@fylgja/utilities";
Alternatively, if you only need specific parts of the utilities.
You can import any utility mentioned below, using:
@import "@fylgja/utilities/{UTILITY_NAME}";
align • auto-grid • clip • container • content-lazy • display • divide • flex • flow • gap • gradient • grid-cols • line-clamp • list • overlay • position • rounded • scroll • scrollbar • size • snap • spacing • sr-only • stack • stretched-link • toggle • transition • truncate • typography