
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Having used many css frameworks over the years I shifted to building my own based on modern standards. A CSS framework for developers who love writing CSS. Rather than abstracting away CSS or overwhelming you with utility classes, cleacss provides a solid foundation with essential defaults while empowering you to write your own styles.
Use your prefered package manager to install the cleacss package, or just download the latest release from the releases page.
npm install cleacss
When you're using a bundler like vite you can import the css file directly from the cleacss package in your javascript or css file.
import "cleacss";
@import "cleacss";
light-dark(), container queries)clamp() - scales smoothly across viewportss, m, l, xl, 2xl) usable on most utility classes:rootAll customization happens through CSS custom properties:
:root {
--color-accent: oklch(0.6 0.3 150);
--color-neutral-h: 150;
--font-family: "Inter", sans-serif;
--font-family-title: "Playfair Display", serif;
--space-default: var(--space-m-xl);
}
Key variable groups: colors (neutral scale, semantic, selection), spacing (fixed, paired, and jump sizes), typography (fluid font sizes, families, weights, line heights).
import "cleacss"; // compiled + minified CSS
import "cleacss/untranspiled"; // unminified CSS with custom media queries
import "cleacss/variables"; // only CSS custom properties
import "cleacss/media-queries"; // only media query definitions
import "cleacss/scss"; // source SCSS
Full documentation at moinfra.me
MIT - see LICENSE for details.
FAQs
A minimal framework for css enthusiasts
We found that cleacss demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.