awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 Repos

Awesome GitHub RepositoriesCSS Preprocessors

Libraries for parsing and transforming stylesheet languages.

Explore 9 awesome GitHub repositories matching part of an awesome list · CSS Preprocessors. Refine with filters or upvote what's useful.

Awesome CSS Preprocessors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • postcss/postcssAvatar von postcss

    postcss/postcss

    28,968Auf GitHub ansehen↗

    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

    Transforming CSS with JS plugins.

    TypeScriptastcssframework
    Auf GitHub ansehen↗28,968
  • less/less.jsAvatar von less

    less/less.js

    17,031Auf GitHub ansehen↗

    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

    Backwards compatible CSS extension with extra features.

    JavaScript
    Auf GitHub ansehen↗17,031
  • sass/sassAvatar von sass

    sass/sass

    15,373Auf GitHub ansehen↗

    Sass is a stylesheet compilation engine and CSS preprocessor that extends standard CSS with variables, nested rules, mixins, and functions. It functions as a comprehensive design system tool, enabling developers to organize complex stylesheets into modular, reusable components while automating the transformation of advanced syntax into browser-compatible CSS. The project distinguishes itself through its sophisticated build automation and language-level extensibility. It provides robust support for programmatic style generation, including conditional logic, iterative loops, and unit-aware math

    Professional-grade CSS extension language.

    TypeScript
    Auf GitHub ansehen↗15,373
  • stylus/stylusAvatar von stylus

    stylus/stylus

    11,323Auf GitHub ansehen↗

    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

    Transforms a flexible, indentation-based preprocessor language into standard CSS.

    JavaScriptcsspreprocessorstyl
    Auf GitHub ansehen↗11,323
  • preactjs/preact-cliAvatar von preactjs

    preactjs/preact-cli

    4,669Auf GitHub ansehen↗

    preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It provides a Webpack-based build pipeline to coordinate code transformation, asset optimization, and production compilation. The toolkit includes a static site prerenderer to convert application routes into static HTML files and a PWA development toolkit for generating service workers and offline asset caching. It also functions as a frontend development server featuring hot module replacement and a proxy for real-time application iteration. The project covers a broad range of

    Transforms styles written in preprocessor languages into standard CSS for the web.

    JavaScriptclihacktoberfesthttp2
    Auf GitHub ansehen↗4,669
  • thysultan/stylis.jsAvatar von thysultan

    thysultan/stylis.js

    1,769Auf GitHub ansehen↗

    light – weight css preprocessor

    Light-weight CSS preprocessor.

    JavaScript
    Auf GitHub ansehen↗1,769
  • wellington/go-libsassAvatar von wellington

    wellington/go-libsass

    216Auf GitHub ansehen↗

    Go wrapper for libsass, the only Sass 3.5 compiler for Go

    Go wrapper for the high-performance Sass compiler.

    C++
    Auf GitHub ansehen↗216
  • napsy/go-cssAvatar von napsy

    napsy/go-css

    94Auf GitHub ansehen↗

    A very simple CSS parser, written in Go

    Simple parser for CSS files.

    Go
    Auf GitHub ansehen↗94
  • yosssi/gcssY

    yosssi/gcss

    0Auf GitHub ansehen↗

    CSS preprocessor implemented in pure Go.

    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. CSS Preprocessors