Software Alternatives & Reviews

Supercharge your CSS with Tailwind

Tailwind CSS Semantic UI React.run PostCSS Gulp.js Grunt
  1. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source
    Tailwind is a styling framework which provides bitesize classes which allow you to style your HTML entities without having to maintain a separate stylesheet. In this article, I'll discuss how the functional CSS ideology can improve productivity and consolidate the styling approach across a front-end team.

    #Developer Tools #Design Tools #Website Design 865 social mentions

  2. A UI Component library implemented using a set of specifications designed around natural language
    Pricing:
    • Open Source
    One of the main hurdles here at CSS was learning the Tailwind lingo. A lot of the utility classes provided are remarkably simple and intuitive, such as p for padding, m for margin, bg for background, and so on. There are occasions where the naming is slightly different, e.g. align-items: center becomes items-center. But these have not been a big issue at all. The naming feels faithful to the original paradigms in CSS, which made learning Tailwind fairly straightforward. It differs, of course, from other approaches like Semantic UI where the classes read like an english sentence, but feel farther away from actual CSS.

    #CSS Framework #Design Tools #Development Tools 17 social mentions

  3. Quick in-browser prototyping for React Components!
    At times the team has felt as if Tailwind is still very much a work in progress. Support for JIT was added in version 2.0, and we adopted it during that major release cycle, with a variant of Tailwind which was compatible with our version of Create React App. JIT required PostCSS 8.0, which CRA has only begun supporting recently. As such, beforehand, there were some extra hoops for integration. We've tried to upgrade to version 3.0 recently but had to roll back due to some impassable webpack issues.

    #Javascript UI Libraries #Front-End Frameworks #JS Library 175 social mentions

  4. 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
    With the pre-processors, you can shrink your CSS and increase reuse through variables. In almost all working cases, it will be an improvement above vanilla CSS. There are also implementations now, via PostCSS, that add vendor prefixes for you. The major drawback is, of course, that you have to compile your CSS beforehand; usually done via part of your tooling such as Grunt or Gulp.

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

  5. Automate and enhance your workflow
    Pricing:
    • Open Source
    With the pre-processors, you can shrink your CSS and increase reuse through variables. In almost all working cases, it will be an improvement above vanilla CSS. There are also implementations now, via PostCSS, that add vendor prefixes for you. The major drawback is, of course, that you have to compile your CSS beforehand; usually done via part of your tooling such as Grunt or Gulp.

    #Web Application Bundler #JS Build Tools #Module Bundler 25 social mentions

  6. 6
    The Grunt ecosystem is huge and it's growing every day.
    Pricing:
    • Open Source
    With the pre-processors, you can shrink your CSS and increase reuse through variables. In almost all working cases, it will be an improvement above vanilla CSS. There are also implementations now, via PostCSS, that add vendor prefixes for you. The major drawback is, of course, that you have to compile your CSS beforehand; usually done via part of your tooling such as Grunt or Gulp.

    #JS Build Tools #Front End Package Manager #Web Application Bundler 14 social mentions

Discuss: Supercharge your CSS with Tailwind

Log in or Post with