awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
webpack avatar

webpack/sass-loader

0
View on GitHub↗
3,896 estrellas·422 forks·JavaScript·MIT·5 vistas

Sass Loader

This project is a Webpack loader that transforms Sass source code into standard CSS stylesheets. It serves as an integration layer and module resolver, connecting Sass compilation processes to a JavaScript-based module bundling pipeline.

The tool provides a mechanism for selecting different Sass compiler implementations and supports the injection of global data or variables before the entry file is processed. It also allows for the use of custom importers to extend how files are located and resolved during compilation.

The system manages dependency resolution for imports and the generation of source maps to link compiled CSS back to original source files. It further handles the translation of preprocessor warnings into build-system alerts and optimizes performance by reusing a long-running compiler process across multiple files.

Features

  • Webpack Loaders - Acts as a Webpack loader that transforms Sass files into modules during the bundling process.
  • Module Mapping - Maps Sass @import and @use rules to specific files located within the project dependencies.
  • Sass Compilers - Transforms Sass source code into standard CSS stylesheets during the build process.
  • Dependency Resolution - Resolves complex import paths and module dependencies to correctly link stylesheets across the project.
  • Package Import Resolvers - Locates imported Sass files and maps @import and @use rules to project dependencies.
  • CSS Source Map Generation - Generates source maps that link compiled CSS back to the original Sass source coordinates for debugging.
  • Import Path Resolution - Integrates a module resolution engine to locate imported Sass modules and map them to the correct filesystem locations.
  • CSS Preprocessors - Integrates Sass preprocessor compilation into a JavaScript-based module bundling pipeline.
  • Persistent Compiler Processes - Reduces build times by reusing a single long-running compiler process across multiple files.
  • Compiler Abstractions - Implements an abstraction layer that allows switching between different Sass compilation engines.
  • Compiler Selection - Allows choosing between different Sass compiler implementations to optimize build speed and efficiency.
  • Global Data Injection - Enables the injection of global variables and mixins into Sass files before compilation.
  • Custom Importers - Supports extending the Sass compilation process with custom import logic that interacts with the loader context.
  • Custom Importer Interfaces - Provides programmable interfaces to resolve Sass import paths using the build system's resolution logic.
  • Compiler Process Persistence - Reuses a single compiler process across multiple files to eliminate startup overhead and improve build speed.
  • Frontend Asset Optimization - Optimizes the frontend asset pipeline by managing compilers and generating debug maps.

Historial de estrellas

Gráfico del historial de estrellas de webpack/sass-loaderGráfico del historial de estrellas de webpack/sass-loader

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Sass Loader

Proyectos open-source similares, clasificados según cuántas características comparten con Sass Loader.
  • jtangelder/sass-loaderAvatar de jtangelder

    jtangelder/sass-loader

    3,895Ver en GitHub↗

    sass-loader is a build tool plugin that compiles Sass source files into standard CSS for web browser compatibility. It functions as a bridge between build engine resolution logic and Sass compilation engines to process stylesheets. The tool provides a wrapper for different Sass compilation engines, allowing for specific engine configuration. It handles the resolution of external style imports using internal path resolution logic and supports the injection of shared style data and variables into entry files for project-wide consistency. The system manages the transformation of styles through

    JavaScript
    Ver en GitHub↗3,895
  • sass/dart-sassAvatar de sass

    sass/dart-sass

    4,195Ver en GitHub↗

    This project is a CSS stylesheet compiler that transforms Sass source code into standard CSS. It provides the primary mechanism for converting styles while implementing syntax rules for web browsers and applications. The compiler supports a module-based dependency system that uses dedicated namespaces to provide encapsulation and prevent global scope collisions. It includes specialized engines for multi-model color conversion and advanced mathematical calculations, including trigonometry and logarithms. Capabilities cover a broad range of build and analysis tools, including the generation of

    Dart
    Ver en GitHub↗4,195
  • sass/libsassS

    sass/libsass

    4,327Ver en GitHub↗

    LibSass is a high-performance Sass to CSS compiler implemented as a native C++ engine. It transforms style sheets written in a pre-processor language into standard CSS. The project provides a C language application binary interface that allows the compilation engine to be embedded into different programming languages. It features a modular architecture that supports extending compilation logic through a shared-library plugin system. The engine handles style sheet resolution and uses a multi-stage process to parse source text into an abstract syntax tree before emitting the final CSS output.

    C++
    Ver en GitHub↗4,327
  • farm-fe/farmAvatar de farm-fe

    farm-fe/farm

    5,580Ver en GitHub↗

    Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p

    Rustbuild-toolbundlercompiler
    Ver en GitHub↗5,580
Ver las 30 alternativas a Sass Loader→

Preguntas frecuentes

¿Qué hace webpack/sass-loader?

This project is a Webpack loader that transforms Sass source code into standard CSS stylesheets. It serves as an integration layer and module resolver, connecting Sass compilation processes to a JavaScript-based module bundling pipeline.

¿Cuáles son las características principales de webpack/sass-loader?

Las características principales de webpack/sass-loader son: Webpack Loaders, Module Mapping, Sass Compilers, Dependency Resolution, Package Import Resolvers, CSS Source Map Generation, Import Path Resolution, CSS Preprocessors.

¿Qué alternativas de código abierto existen para webpack/sass-loader?

Las alternativas de código abierto para webpack/sass-loader incluyen: jtangelder/sass-loader — sass-loader is a build tool plugin that compiles Sass source files into standard CSS for web browser compatibility. It… sass/dart-sass — This project is a CSS stylesheet compiler that transforms Sass source code into standard CSS. It provides the primary… sass/libsass — LibSass is a high-performance Sass to CSS compiler implemented as a native C++ engine. It transforms style sheets… farm-fe/farm — Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static… sass/sass — Sass is a stylesheet compilation engine and CSS preprocessor that extends standard CSS with variables, nested rules,… css/csso — csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic…