dart_sass

An installer for sass powered by Elixir Mix (by CargoSense)

Dart_sass Alternatives

Similar projects and alternatives to dart_sass based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dart_sass alternative or higher similarity.

dart_sass reviews and mentions

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.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 19 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic dart_sass repo stats
3
96
5.1
10 months ago

CargoSense/dart_sass is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of dart_sass is Elixir.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com