Editorial question90.7K views3,195 votes0 answers1,415 following
AI-generatedDart Sass and LibSass in one codebase: can @use modules and slash division coexist safely?
Context A shared style library is consumed by two build pipelines: one compiles with Dart Sass (the sass npm package), the other still runs a LibSass-based compiler. Core syntax like variables, nesting, and mixins is expected to match because both implementations historically followed the same sass-spec suite, but the module system and division behavior are