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-nextgen

v2.0.0

Published

The newer whirlwind the next generation version

Readme

Whirlwindcss-nextgen

The shortest and most readable CSS framework ever

comparison: tachyons vs whirlwindcss-nextgen

tachyons:


<div class="pa1 flex flex-column">
  <!-- ... -->
</div>

whirlwindcss-nextgen:


<div class="p1 flxclmn">
  <!-- ... -->
</div>

tachyons doesn't support react. whirlwindcss-nextgen does

Editor autocomplete & intellisense

Whirlwindcss-nextgen has built-in intellisense for react.

For HTML intellisense download the VS code extension HTML CSS support (by ECMEL) or Mirego CSS intellisense

Common bugs and fixes

Here are some common bugs and fixes

Flex basis issues

in Whirlwind CSS nextgen, layout utilities assume you want to move quickly. A class like flxb-a initializes a flex layout and sets the basis all at once. Want to apply the basis to a child item without turning it into a new flex container? Just add the -manual flag. This design completely eliminates layout bugs caused by accidental nesting.

Issues regarding no -manual

If you have issues that break your layout because it applies things all at once then use the -manual suffix this completely removes the display: thing; and only puts the actual property.

HTML intellisense wont work

This bug is one of the most common bugs with whirlwindcss-nextgen the fix is to download one of the extensions mentioned in the Editor autocomplete & intellisense section

Preact wont load the react module

This bug has no fix whirlwindcss-nextgen was not meant for preact but in a future version it might add support I recommend you drop whirlwindcss-nextgen fully with npm uninstall whirlwindcss-nextgen if you're using preact unless you want to manually figure out all the classes.

Some CSS classes dont have -manual

This is to reduce bloat for example iflxb-cntnt doesnt have manual because the same way to get manual inline-flex basis content is by using iflx flxb-cntnt-manual.

Other

Read the docs if available at: whirlwindcss-nextgen.surge.sh (Another way to find all the classes is to look in classes.json)

Github repository: whirlwindcss-nextgen repo

Feel free to submit pull requests!

Important notes

WE ARE NOT AFFILIATED IN ANY WAY WITH TOUHOU

Legal

This is the legal section. READ CAREFULLY

License

License: MIT