dart-sass VS dart_sass

Compare dart-sass vs dart_sass and see what are their differences.

dart-sass

The reference implementation of Sass, written in Dart. (by sass)

dart_sass

An installer for sass powered by Elixir Mix (by CargoSense)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dart-sass dart_sass
21 3
3,777 96
1.5% -
8.8 5.1
3 days ago 9 months ago
Dart Elixir
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dart-sass

Posts with mentions or reviews of dart-sass. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-15.

dart_sass

Posts with mentions or reviews of dart_sass. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-01.
  • Configuring TravisCI for phoenix with dart-sass
    3 projects | dev.to | 1 Apr 2022
  • Elixir Phoenix 1.6 Esbuild + SCSS
    3 projects | dev.to | 4 Dec 2021
    # config/config.exs ... # Configure esbuild (the version is required) config :esbuild, version: "0.14.1", default: [ args: [ "js/app.js", "--bundle", "--target=es2016", "--outdir=../priv/static/assets", "--external:/fonts/*", "--external:/images/*" ], cd: Path.expand("../assets", __DIR__), env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)} ] # https://github.com/CargoSense/dart_sass config :dart_sass, version: "1.44.0", default: [ args: ["scss/index.scss", "scss/index.css"], cd: Path.expand("../assets", __DIR__) ] ...
  • Adding Bootstrap to a Phoenix 1.6 project
    2 projects | dev.to | 9 Oct 2021
    For JavaScript and CSS, Phoenix is using esbuild as the new default bundler. To support Sass, we need to add a Sass compiler to the project. The dart_sass package is based on the official esbuild package created by Wojtek Mach and José Valim and integrates the official Sass compiler as a build tool.

What are some alternatives?

When comparing dart-sass and dart_sass you can also consider the following projects:

node-sass - :rainbow: Node.js bindings to libsass

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

esbuild - An installer for esbuild

react-ssr-starter - 🔥 ⚛️ A React boilerplate for a universal web app with a highly scalable, offline-first foundation and our focus on performance and best practices.

livebook - Automate code & data workflows with interactive Elixir notebooks

Tailwind CSS - A utility-first CSS framework for rapid UI development.

shelf - Web server middleware for Dart

Cirrus - :cloud: The SCSS framework for the modern web.

yaml - A Dart YAML parser.

flutter-go - flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档

stack_trace - A package for manipulating stack traces and printing them readably.

emotion - 👩‍🎤 CSS-in-JS library designed for high performance style composition