Installation
Alfuix can be included in your project in several ways — via npm, CDN, or compiled source download. Since Alfuix does not assume a default text direction, you must explicitly define dir="ltr" or dir="rtl" on the <html> tag. Choose the method that best fits your workflow.
Install via npm / yarn
The easiest way to integrate Alfuix into your workflow is by using npm or yarn. This gives you access to the full source .scss files and ensures version control within your build system.
npm install alfuix
or
yarn add alfuix
If you're also using Bootstrap install them together:
npm install bootstrap alfuix
Once installed, import the files into your main scss entry point.
Include via CDN
For quick prototyping or small projects, use the Alfuix CDN to include the compiled CSS directly into your HTML — no installation required.
or
You can also include Bootstrap from their CDNs to ensure full compatibility:
No JavaScript is required — Alfuix is fully CSS-only and works in any environment.
Download Compiled CSS
Prefer to work manually? Download the compiled CSS and source files from our official repositories.
Framework Compatibility
Alfuix is designed to integrate seamlessly with existing Bootstrap 5 setups. It enhances both frameworks by adding:
You can safely use Alfuix alongside your current Bootstrap configuration without conflicts.
License
Alfuix is released under the MIT License. It's free to use, modify, and distribute in both personal and commercial projects.