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
·

4 repositorios

Awesome GitHub RepositoriesCSS Source Map Generation

Generation of mapping files that link compiled CSS output back to the original Sass source coordinates.

Distinct from AST-to-Source Mappings: Shortlist candidates focus on runtime events or DOM elements rather than the generation of the map itself for CSS.

Explore 4 awesome GitHub repositories matching development tools & productivity · CSS Source Map Generation. Refine with filters or upvote what's useful.

Awesome CSS Source Map Generation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sass/dart-sassAvatar de sass

    sass/dart-sass

    4,195Ver en GitHub↗

    Este proyecto es un compilador de hojas de estilo CSS que transforma código fuente Sass en CSS estándar. Proporciona el mecanismo principal para convertir estilos mientras implementa reglas de sintaxis para navegadores web y aplicaciones. El compilador admite un sistema de dependencias basado en módulos que utiliza espacios de nombres dedicados para proporcionar encapsulación y evitar colisiones en el ámbito global. Incluye motores especializados para la conversión de colores multimodelo y cálculos matemáticos avanzados, incluyendo trigonometría y logaritmos. Las capacidades cubren una amplia gama de herramientas de compilación y análisis, incluyendo la generación de mapas de origen (source maps), monitoreo del sistema de archivos para recompilación automática y la capacidad de ejecutar la compilación directamente dentro de un navegador web. También permite la extensibilidad mediante funciones personalizadas e importadores definidos en un lenguaje anfitrión a través de un protocolo de mensajería estructurado. Los usuarios también pueden realizar análisis estáticos inspeccionando el árbol de sintaxis abstracta para analizar la estructura del código y resolver dependencias sin realizar una compilación completa.

    Tracks the transformation of source tokens to output coordinates to link compiled CSS back to original stylesheets.

    Dart
    Ver en GitHub↗4,195
  • webpack/sass-loaderAvatar de webpack

    webpack/sass-loader

    3,896Ver en GitHub↗

    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 o

    Generates source maps that link compiled CSS back to the original Sass source coordinates for debugging.

    JavaScriptdart-sassloadernode-sass
    Ver en GitHub↗3,896
  • 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

    Generates mapping files that link compiled CSS back to original Sass source lines.

    JavaScript
    Ver en GitHub↗3,895
  • css/cssoAvatar de css

    css/csso

    3,792Ver en GitHub↗

    csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic transformations. It functions as an abstract syntax tree processor, converting styles into a structured tree to perform deep analysis and semantic-preserving code transformations while maintaining the original visual presentation. The project distinguishes itself through usage-aware optimization, analyzing external HTML markup and class identifiers to prune unused styles and reorganize rules based on actual document usage. It also performs structural refactoring by identifying and

    Generates mapping files that link compiled CSS output back to original source coordinates.

    JavaScript
    Ver en GitHub↗3,792
  1. Home
  2. Development Tools & Productivity
  3. CSS Source Map Generation