tailwindcss VS pollen

Compare tailwindcss vs pollen and see what are their differences.

tailwindcss

A utility-first CSS framework for rapid UI development. [Moved to: https://github.com/tailwindlabs/tailwindcss] (by tailwindcss)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tailwindcss pollen
2 19
38,847 855
- 0.4%
9.6 0.0
about 3 years ago 4 months ago
CSS TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tailwindcss

Posts with mentions or reviews of tailwindcss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-05.

pollen

Posts with mentions or reviews of pollen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Why does everyone love tailwind
    3 projects | /r/webdev | 10 Dec 2023
    So frameworks like https://www.pollen.style/ are doing this. Personally I still prefer the tailwind approach.
  • Tailwind CSS and the death of web craftsmanship
    8 projects | news.ycombinator.com | 2 Aug 2023
    I do think that the real value of Tailwind comes from the utility classes, rather than css-in-html paradigm. You could achieve the same, for example, with Pollen.css [0] or Open Props [1].

    [0] https://github.com/heybokeh/pollen

    [1] https://github.com/argyleink/open-props

  • Is vanilla CSS enough?
    4 projects | /r/webdev | 3 Jun 2023
    Tailwind is a great option to look into, I really enjoy it, but if you want something a bit more in-between, you can check out frameworks like https://www.pollen.style. There you get a framework of consistent CSS variables you can use, while still writing all your vanilla CSS yourself with full control of everything.
  • What UI framework would you recommend?
    10 projects | /r/sveltejs | 2 Feb 2023
    It uses UnoCSS (think TailwindCSS but super customizeable) with Pollen (which is similar to open props).
  • Open Props: Tailwind Alternative from Chrome Dev Team
    3 projects | news.ycombinator.com | 13 Sep 2022
    Very similar to Pollen (https://www.pollen.style), though it looks a little more complicated.

    IMO the main value of Tailwind is that it's a step function over your units and colors, which helps bring better consistency and dev speed to UI implementation.

    Tailwind's "write class names instead of CSS" approach makes sense in the component-based systems most apps are built in these days, where pretty much any repeated markup will be turned into a component. It performs better than scoped styles and is less complicated.

    A CSS variable approach like Open Props or Pollen is, in my experience, better if you're not using a component-based system (ie. conventional HTML) and therefore have repeated markup patterns. Having a simple class name to apply to repeated markup is much more maintainable than trying to copy/paste a long tailwind string around.

  • Pollen, the CSS variable build system
    2 projects | /r/Frontend | 12 Sep 2022
  • What are cool kids using for styling these days?
    2 projects | /r/webdev | 28 Jan 2022
    Pollen and Open Props are two popular examples of such token first frameworks. If you are not familiar with CSS Custom Properties (also called CSS variables), I recently wrote about how to use them to create a CSS Style API layer.
  • Ask HN: Looking for an open CSS variables theme that was published here
    2 projects | news.ycombinator.com | 3 Jan 2022
  • Pollen vs. Tailwind CSS: Finding the better build experience
    2 projects | dev.to | 10 Dec 2021
    In the last few years, a new set of frameworks with a radically different concept drew the attention of frontend developers. These frameworks are now extremely popular in the frontend world, and youโ€™re likely already familiar with them: Tailwind CSS and Pollen.
  • Tailwind CSS v3.0
    11 projects | news.ycombinator.com | 9 Dec 2021

What are some alternatives?

When comparing tailwindcss and pollen you can also consider the following projects:

xns-seek-bar - A seekable progress bar component for Vue.js

open-props - CSS custom properties to help accelerate adaptive and consistent design.

xns-audio-player-simple - xns-audio-player vue plugin with a simple ui

unocss - The instant on-demand atomic CSS engine.

xns-audio-player - A simple customizable web music player powered by vue & HTMLAudioElement

halfmoon - Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.

floating-vue - ๐Ÿ’ฌ Easy tooltips, popovers, dropdown, menus... for Vue

daisyui - ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library

monkeytype-themes - custom css themes for monkeytype

nord - An arctic, north-bluish color palette.

vue-slider-component - ๐ŸŒก A highly customized slider component

tachyons - Functional css for humans