Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fylgja/utilities) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Fylgja Utilities
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.
Installation
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">
Usage
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 • scroll-mask • scrollbar • size • snap • spacing • sr-only • stack • stretched-link • toggle • transition • truncate • typography