
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
clad-framework
Advanced tools
A modern, utility-first CSS framework designed for flexibility and ease of use.
npm install clad-framework
<!-- Option 1: Import in your CSS/SCSS file -->
@import 'clad-framework';
<!-- Option 2: Import in JavaScript -->
import 'clad-framework';
<div class="flex items-center justify-between p-4 bg-primary-100">
<div class="text-lg font-bold text-primary-900">Clad Framework</div>
<button class="px-4 py-2 text-white bg-primary-600 rounded-md hover:bg-primary-700 transition-colors">
Get Started
</button>
</div>
Clad Framework is designed to be easily customizable through CSS variables. Override the default variables to match your design system:
:root {
/* Primary color */
--c-primary-500: #4f46e5; /* Your brand color */
/* Font family */
--f-body: 'Your Font', sans-serif;
/* Adjust other variables as needed */
}
For complete documentation, see the docs directory.
Clad Framework supports all modern browsers and is compatible with the latest versions of:
MIT
Contributions are welcome! Please feel free to submit a Pull Request.
FAQs
A modern, utility-first CSS framework
We found that clad-framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.