Switching to UnoCSS

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. unocss

    The instant on-demand atomic CSS engine.

    UnoCSS unlike other css frameworks is a css engine without any utility css of it's own, rather it uses different css framework's presets. They generally work with build tools and after mentioning the preset you like you can use that framework's classes in your projects right away. Guess what, you can give any number of presets or write your own preset and use it with UnoCSS. And like Windi CSS they use the on demand way of generating css. I am using next js in this website so the build tool used in next is webpack, also I was using tailwind with postcss previously, so the migration looks something like this,

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    As you can see from the above code, we have separate css for each value of padding. So instead of defining css manually everytime, you can simply define these helper css or use an existing css utility framework. I've been working with a lot of such utitlity frameworks, and people have their own utilty css'. Some of the famous css utility frameworks are Tailwind Css, Windi Css and Tachyons etc. So basically these utility frameworks will have a list of helper classes which provide basic css functionalities.

  4. tachyons

    Functional css for humans

    As you can see from the above code, we have separate css for each value of padding. So instead of defining css manually everytime, you can simply define these helper css or use an existing css utility framework. I've been working with a lot of such utitlity frameworks, and people have their own utilty css'. Some of the famous css utility frameworks are Tailwind Css, Windi Css and Tachyons etc. So basically these utility frameworks will have a list of helper classes which provide basic css functionalities.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Atomic CSS Deep Dive

    10 projects | dev.to | 9 Aug 2024
  • Are you still using the ternary operator to dynamically apply Tailwind styles?

    2 projects | dev.to | 9 Sep 2023
  • Additive styling with Crayons

    3 projects | dev.to | 19 May 2022
  • Bootstrap VS Tachyons

    3 projects | dev.to | 30 Jun 2021
  • Top 4 Tailwind CSS alternatives for 2021

    5 projects | dev.to | 29 Mar 2021

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?