Software Alternatives & Reviews

To fly you need a tailwind

Tailwind CSS PostCSS
  1. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source
    In one of my previous projects, I fall in love with TailwindCSS. I know that this is a very controversial framework for some, but for me, personally, as a backend developer of 11 years, it was the first time I had a fun time adding styles to the frontend. I even created vue-ts template with it, as a part of another articles' series.

    #Developer Tools #Design Tools #Website Design 868 social mentions

  2. Increase code readability. Add vendor prefixes to CSS rules using values from Can I Use. Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you.
    Pricing:
    • Open Source
    There are few ways to add CSS library to our blog, because Hugo supports multiple ways to do asset management. If you used TailwindCSS before you may know that to better integrate with other build tools, like webpack, Vite etc., it supports PostCSS out of the box. Luckily for us, Hugo supports it as well. We are going to install TailwindCSS as a PostCSS plugin and then use Hugo's PostCSS pipe to integrate it to our blog. With this plan in mind, let's get started.

    #Developer Tools #Design Tools #CSS Framework 39 social mentions

Discuss: To fly you need a tailwind

Log in or Post with