awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

3 dépôts

Awesome GitHub RepositoriesCSS

Extensions to the CSS language providing non-standard authoring features like loops and conditionals.

Distinct from Syntax Extensions: Focuses specifically on CSS language extensions rather than general JavaScript or XML-like component syntax extensions

Explore 3 awesome GitHub repositories matching web development · CSS. Refine with filters or upvote what's useful.

Awesome CSS GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • postcss/postcssAvatar de postcss

    postcss/postcss

    28,968Voir sur GitHub↗

    PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured tree for programmatic analysis and modification. It functions as a plugin-driven pipeline where JavaScript plugins can modify, insert, or delete nodes to transform styles. The project provides a framework for building a custom plugin ecosystem to extend the CSS language with non-standard features such as loops, conditionals, and shorthand properties. It supports multi-syntax parsing through pluggable parsers and stringifiers, allowing it to process various style formats and c

    Enables the creation of non-standard CSS extensions, including loops and conditionals, to enhance the developer authoring process.

    TypeScriptastcssframework
    Voir sur GitHub↗28,968
  • fredkschott/snowpackAvatar de FredKSchott

    FredKSchott/snowpack

    19,329Voir sur GitHub↗

    Snowpack is an ESM-powered frontend build tool and development server that serves native ES modules directly to the browser. By eliminating the bundling process during development, it enables nearly instant server startup and unbundled frontend development. The project features a framework-aware hot module reload system that preserves component state during updates, with specific Fast Refresh integration for React, Preact, Svelte, and Vue. It also acts as a modern web transpiler, automatically converting TypeScript, JSX, and CSS Modules into browser-compatible code without requiring manual co

    Compiles TypeScript, JSX, and CSS Modules into standard browser-compatible JavaScript and CSS.

    JavaScript
    Voir sur GitHub↗19,329
  • less/less.jsAvatar de less

    less/less.js

    17,031Voir sur GitHub↗

    Less.js is a CSS preprocessor and compilation engine that transforms a dynamic stylesheet language into standard CSS for web browser rendering. It functions as a tool to compile extended styling syntax, providing variables, mixins, and functions to create maintainable stylesheets. The project includes a source map generator that creates mapping files to link compiled CSS output back to the original source code for debugging. It allows for the integration of custom plugins and functions to automate the generation of final stylesheets within a build process. The engine supports the compilation

    Compiles extended CSS syntax, including loops and conditionals, into standard browser-compatible CSS.

    JavaScript
    Voir sur GitHub↗17,031
  1. Home
  2. Web Development
  3. Syntax Extensions
  4. CSS

Explorer les sous-tags

  • Syntax SelectionChoosing between object-literal and template-literal syntax for authoring CSS styles in source files. **Distinct from CSS:** Distinct from CSS language extensions: focuses on choosing between two built-in authoring syntaxes, not adding non-standard features.