npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

whirlwindcss

v1.5.0

Published

A lightweight CSS framework designed to have the classes have short names

Readme

Whirlwind CSS

What is whirlwind CSS?

Whirlwind CSS🌪️ is a lightweight CSS framework designed to have the classes names by short.

What do i need to run whirlwind CSS?

To run Whirlwind CSS you need Vite.

Is PurgeCSS needed?

Although PurgeCSS Is recommended, it is still completly optional.

NOTES

Transition

Whirlwind CSS has moved from the Codesandbox legacy version to an NPM.

Status

RECONTINUED, We are back!

How short the classes are

Whirlwind CSS classes are designed to be short⚡🌪️.

For comparison, the legacy whirlwind CSS used fnt-bold this NPM version uses f-bold.

How to import whirlwind

To import whirlwind follow these steps:

  1. In your terminal write npm i whirlwindcss or npm install whirlwindcss
  2. Install postCSS if you havent already with npm i postcss or npm install postcss
  3. OPTIONAL: Install purgeCSS with npm i purgecss or npm install purgecss
  4. Import whirlwindCSS
    • for JS type this line: import 'whirlwindcss/dist/classes.css';
    • for React(TSX or JSX) type this line: import 'whirlwindcss/dist/classes.css';
    • for HTML type this line: <link rel="stylesheet" href="./node_modules/whirlwindcss/dist/classes.css">
    • for TS type this line: import 'whirlwindcss/dist/classes.css';
    • for CSS type this line: @import whirlwindcss

Once done you will receive all the current whirlwind classes(If you are on the latest version).

Whirlwind CSS questions

Classes questions

Class abbreviation questions

What does ff mean in whirlwind?

ff means font-family in Whirlwind CSS.

Copyright information

Copyright (c) 2026-2027 beey12345 MIT license

A message from the creator of whirlwind CSS(A solo developer)

Have fun styling with Whirlwind CSS🌪️🌀