Software Alternatives & Reviews

Fixing Class Composition in Tailwind CSS

Vite Tailwind CSS rollup.js
  1. 1
    Next Generation Frontend Tooling
    Pricing:
    • Open Source
    While not too long, css`@apply is a lot to repeat for every class you want to “compile”. That’s why using Vite and some Rollup plugins (Vite uses Rollup under the hood) I was able to shorten it into this:.

    #Software Development #Web Frameworks #Developer Tools 380 social mentions

  2. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source
    I’ve been going back and forth on Tailwind CSS for quite a while. On one hand, I loved the utility-first design, on the other - I hated how my HTML, JSX, etc. Was getting bloated by the number of class names required to style even a basic button.

    #Developer Tools #Design Tools #Website Design 869 social mentions

  3. Rollup is a module bundler for JavaScript which compiles small pieces of code into a larger piece such as application.
    Pricing:
    • Open Source
    While not too long, css`@apply is a lot to repeat for every class you want to “compile”. That’s why using Vite and some Rollup plugins (Vite uses Rollup under the hood) I was able to shorten it into this:.

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

Discuss: Fixing Class Composition in Tailwind CSS

Log in or Post with