awesome-repositories.com
Blog
MCP
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
·
segmentio avatar

segmentio/mythArchived

0
View on GitHub↗
4,291 estrellas·125 forks·JavaScript·14 vistas

Myth

Myth es una herramienta de construcción y preprocesador de CSS que transforma especificaciones de estilo modernas y sintaxis futura en código compatible para los navegadores web actuales. Funciona como una herramienta de polyfill, convirtiendo características avanzadas en CSS estándar para garantizar un renderizado consistente entre navegadores.

El proyecto proporciona prefijos de proveedor automatizados basados en datos de soporte de navegadores y resuelve variables CSS en valores estáticos para la compatibilidad con navegadores heredados. También maneja la transpilación de alias de media queries personalizados y la manipulación de funciones de color avanzadas en formatos estándar.

El conjunto de herramientas incluye una interfaz de línea de comandos para la compilación de hojas de estilo, con compresión de salida para minificación y la generación de mapas de origen para depuración. Además, admite cálculos matemáticos en tiempo de construcción y monitoreo de cambios de archivos para automatizar la tubería de procesamiento.

Features

  • CSS Preprocessors - Transpiles future CSS specifications and modern syntax into standard CSS for cross-browser compatibility.
  • CSS Build Tools - Provides a comprehensive command line tool for compiling and optimizing modern CSS stylesheets.
  • CSS Polyfill Engines - Functions as an engine that transforms future CSS specifications into compatible formats for older browsers.
  • Legacy Browser Support - Ensures visual consistency in older browsers by replacing modern CSS features with standard fallback values.
  • Vendor Prefix Managers - Automates the injection of browser-specific property prefixes based on current support databases.
  • CSS Transpilers - Transpiles future CSS specifications and modern syntax into compatible code for current web browsers.
  • CSS Minification - Reduces stylesheet payload size by removing redundant characters and whitespace during output optimization.
  • Compiler Command Line Interfaces - Provides a command-line interface to execute the stylesheet compilation and transformation process.
  • Compile-Time Expression Evaluation - Calculates mathematical operations and color functions during the compilation phase to eliminate runtime overhead.
  • CSS - Resolves custom variable declarations and media query aliases into concrete values before generating the final stylesheet.
  • Syntax Tree Transformers - Uses an abstract syntax tree to transform modern CSS specifications into browser-compatible code.
  • CSS Minifiers - PostCSS functionality to remove unnecessary whitespace and characters from resulting stylesheets to decrease overall file size.
  • CSS Color Transpilation - Converts advanced color functions and extended hex codes into standard formats for legacy browser support.
  • CSS Variable Substitution - Replaces CSS variable declarations with actual values to support browsers lacking native variable support.
  • CSS Minifiers - Provides functionality to reduce stylesheet size by removing unnecessary characters and whitespace.
  • Build Automation Pipelines - Automates the processing of stylesheets from source to minified production files via a CLI.
  • Media Query Aliasing - Converts custom media query aliases into standard queries to simplify responsive layout management.

Historial de estrellas

Gráfico del historial de estrellas de segmentio/mythGráfico del historial de estrellas de segmentio/myth

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 Myth

Proyectos open-source similares, clasificados según cuántas características comparten con Myth.
  • parcel-bundler/lightningcssAvatar de parcel-bundler

    parcel-bundler/lightningcss

    7,581Ver en GitHub↗

    Lightning CSS is a high-performance CSS toolchain implemented in Rust. It provides a comprehensive suite of tools for stylesheet processing, including a bundler, minifier, module compiler, syntax lowerer, and vendor prefixer. The engine utilizes a browser-grade grammar for parsing and converts stylesheets into typed property values. It distinguishes itself through a visitor-based transformation API that allows for custom modifications of the parsed abstract syntax tree and an error-tolerant parsing mechanism that recovers from malformed syntax to prevent build failures. The toolset covers br

    Rustbuild-toolcompilercss
    Ver en GitHub↗7,581
  • stylus/stylusAvatar de stylus

    stylus/stylus

    11,323Ver en GitHub↗

    Stylus is a CSS preprocessor that transforms a dynamic language into standard CSS. It utilizes a compilation workflow to enable the use of variables, nesting, and arithmetic, which are then rendered into stylesheets for use in frontend asset pipelines. The project is distinguished by a flexible syntax that allows for indentation-based styling, meaning curly braces, colons, and semicolons can be omitted. It further differentiates itself through a JavaScript-driven plugin pipeline and the ability to extend the native syntax with custom JavaScript functions for complex logic. Its capability sur

    JavaScriptcsspreprocessorstyl
    Ver en GitHub↗11,323
  • jakubpawlowicz/clean-cssAvatar de jakubpawlowicz

    jakubpawlowicz/clean-css

    4,202Ver en GitHub↗

    Clean-CSS is a Node.js CSS optimizer and minifier designed to reduce stylesheet file sizes and improve web performance. It functions as a CSS post-processor that removes unnecessary whitespace, comments, and redundant properties from stylesheets. The project utilizes an abstract syntax tree for parsing and a multi-pass optimization pipeline to restructure rules and simplify properties. It features a plugin interface for custom style transformations and provides compatibility-aware minification to ensure styles remain functional across specific legacy browser versions. Additional capabilities

    JavaScript
    Ver en GitHub↗4,202
  • parcel-bundler/parcel-cssAvatar de parcel-bundler

    parcel-bundler/parcel-css

    7,576Ver en GitHub↗

    parcel-css is a high-performance CSS bundler and processor written in Rust. It provides tools for parsing, transforming, and bundling stylesheets, utilizing a structured abstract syntax tree with typed property representations to ensure accurate analysis and modification. The project features a syntax lowerer that transpiles modern CSS into compatible versions based on target browser requirements and an automated system for managing vendor prefixes. It also includes a module scoper that isolates class and ID identifiers to prevent global namespace collisions. Additional capabilities include

    Rust
    Ver en GitHub↗7,576
Ver las 30 alternativas a Myth→

Preguntas frecuentes

¿Qué hace segmentio/myth?

Myth es una herramienta de construcción y preprocesador de CSS que transforma especificaciones de estilo modernas y sintaxis futura en código compatible para los navegadores web actuales. Funciona como una herramienta de polyfill, convirtiendo características avanzadas en CSS estándar para garantizar un renderizado consistente entre navegadores.

¿Cuáles son las características principales de segmentio/myth?

Las características principales de segmentio/myth son: CSS Preprocessors, CSS Build Tools, CSS Polyfill Engines, Legacy Browser Support, Vendor Prefix Managers, CSS Transpilers, CSS Minification, Compiler Command Line Interfaces.

¿Qué alternativas de código abierto existen para segmentio/myth?

Las alternativas de código abierto para segmentio/myth incluyen: parcel-bundler/lightningcss — Lightning CSS is a high-performance CSS toolchain implemented in Rust. It provides a comprehensive suite of tools for… stylus/stylus — Stylus is a CSS preprocessor that transforms a dynamic language into standard CSS. It utilizes a compilation workflow… jakubpawlowicz/clean-css — Clean-CSS is a Node.js CSS optimizer and minifier designed to reduce stylesheet file sizes and improve web… parcel-bundler/parcel-css — parcel-css is a high-performance CSS bundler and processor written in Rust. It provides tools for parsing,… css/csso — csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic… moox/postcss-cssnext — postcss-cssnext is a PostCSS plugin suite and transpiler designed to convert modern CSS features and emerging syntax…