Module: Sasso

Defined in:
lib/sasso/rails.rb,
lib/sasso/rails/engine.rb,
lib/sasso/rails/version.rb,
lib/sasso/rails/compiler.rb,
lib/generators/sasso/install/install_generator.rb

Overview

Rails integration for the ‘sasso` SCSS/Sass compiler.

Propshaft-first build-task model (mirrors rails/dartsass-rails): compile the configured entrypoints to plain CSS in ‘app/assets/builds/`, where the asset pipeline (Propshaft on Rails 8, or Sprockets serving it as a static file) fingerprints and serves them. Unlike dartsass-rails/tailwindcss-rails — which shell out to a standalone binary — this calls `Sasso.compile` IN-PROCESS via the native extension, so there is no subprocess, IPC, or binary-path lookup.

Defined Under Namespace

Modules: Generators, Rails