Software Alternatives & Reviews

Do not drop Sass for CSS

jQuery esbuild
  1. 1
    The Write Less, Do More, JavaScript Library.
    Pricing:
    • Open Source
    The story of jQuery is analagous to this story with Sass. Jquery helped usher in an era of building reliable websites and web applications. It provided a consistent cross-browser API for working with the DOM. It eventually led to part of the API being adopted by ECMAScript. We can thank jQuery for querySelector().

    #Development Tools #UI #Software Libraries 87 social mentions

  2. An extremely fast JavaScript bundler and minifier
    Pricing:
    • Open Source
    Chris favours using the ESBuild bundler to work out the shortcomings. ESBuild can bundle CSS files into a single CSS file. ESBuild can transform your natively nested CSS to "flat" CSS -- this is important since nesting is not in Firefox currently. Therefore, with the aid of ESBuild, Chris has feature parity for his usage of Sass. The other Sass features like mixins and inheritance do not appeal to Chris.

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

Discuss: Do not drop Sass for CSS

Log in or Post with