
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Minify/Auto-replace/Abstract all CSS classnames in your components and create high level utilities
Just as components helps developpers abstract and avoid repetition, Klassco does the same to your css classnames inside your components.
There are three available modes, each independent of the others. This means that if you're only interested in reducing the bundle size, you can use Klassco solely for that purpose.
Build: It optimizes the build size by removing all duplicate combos.
Dev: It scans all of your HTML files, JavaScript components, and other templates for classname combo duplications to help you reuse styles and create higher abstractions.
Watch: It automatically replaces classname combinations with new utilities as you type, using the ones you have created or loaded.
Klassco uses mathematical combinations to thoroughly explore and analyze every imaginable combination of your CSS classnames, to help you identify subtle patterns, spot redundancies, and create a carefully curated selection of higher level utilities — designed to save you time and effort.
For full documentation, visit klassco.cipherlogs.com
The simplest and fastest way is to use npm
$ npm install -g klassco
If you want to compile from source, you’ll need to have a Haskell compiler installed (or stack). Once you have the compiler, you can run the following commands to build and execute the program
$ stack build
$ stack exec Klassco-exe
If you're passionate about clarity and want to make the project more accessible to everyone, contributing to the documentation is a fantastic way to get involved.
See the CONTRIBUTING file for details.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
FAQs
Minify/Auto-replace/Abstract all CSS classnames in your components and create high level utilities
We found that klassco 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.
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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.