Software Alternatives & Reviews

Setup TailwindCSS, postcss and esbuild on Rails 7

Tailwind CSS PostCSS esbuild
  1. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source

    #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
    As we write more features we would need to organize our css files, write additional styles or wrap any tailwind components up using tailwinds @apply helper. Currently, we can’t import other css files into the main application.tailwind.css file because our node-powered TailwindCSS is provided by cssbundling-rails, which by default doesn’t allow it. Luckily we can fix it, thanks to postcss.

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

  3. An extremely fast JavaScript bundler and minifier
    Pricing:
    • Open Source
    Now, it’s time to write a costume configuration for esbuild. It will replace the default one which ships with jsbundling-rails gem. But, do we need to do so for rsbuild?! You might ask. The answer ‘sometimes’ is yes.

    #JS Build Tools #Web Application Bundler #Project Management 120 social mentions

Discuss: Setup TailwindCSS, postcss and esbuild on Rails 7

Log in or Post with