awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
GoalSmashers avatar

GoalSmashers/clean-css

0
View on GitHub↗
4,202 نجوم·318 تفرعات·JavaScript·MIT·6 مشاهداتclean-css.github.io↗

Clean Css

clean-css هو محسن CSS لـ Node.js يعمل كمصغر، ومجمع، ومولد خرائط مصدر. يقلل من أحجام ملفات أوراق الأنماط عن طريق إزالة المسافات البيضاء والتعليقات مع تحسين الألوان والوحدات لتحسين أوقات تحميل الصفحة.

تتميز الأداة بخط أنابيب مدفوع بالمكونات الإضافية يسمح بتحويلات تحسين مخصصة والحفاظ على أجزاء كود معينة عبر استثناءات قائمة على العلامات. يتضمن استهداف توافق المتصفح لضمان بقاء الأنماط المحسنة وظيفية عبر إصدارات المتصفح المحددة.

يوفر المشروع إمكانيات لتجميع أوراق أنماط متعددة في مخرج واحد، وتضمين الموارد البعيدة بشكل غير متزامن، وإعادة تعيين روابط الأصول النسبية. كما يولد خرائط مصدر لربط أوراق الأنماط المحسنة بكود المصدر الأصلي الخاص بها.

Features

  • CSS Minification - Reduces stylesheet file sizes by removing unnecessary whitespace, characters, and redundant rules.
  • Stylesheet Bundling - Combines multiple stylesheets into a single optimized bundle to reduce network requests.
  • Source Map Generators - Generates mapping files that link minified CSS back to the original source code for debugging.
  • CSS Bundlers - Aggregates and processes multiple CSS files into a single output to improve page load performance.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI
  • CSS Minifiers - Shrinks stylesheet file size through rule merging, character removal, and color optimization.
  • CSS Optimizers - Provides a comprehensive suite of tools for shrinking and optimizing CSS files to improve page load times.
  • CSS AST Transformations - Implements programmatic modification of CSS structures through tree traversal and rule merging.
  • CSS Transformation Plugins - Allows the integration of custom plugins to perform specialized CSS transformations during the optimization process.
  • Browser Compatibility Configurations - Automates code compatibility adjustments by targeting specific browser versions.
  • Plugin-Based Architectures - Features a plugin-driven architecture that allows external modules to hook into the CSS transformation pipeline.
  • Browser Compatibility & Utilities - Adjusts optimization levels to ensure resulting styles remain functional across specified browser versions.
  • Frontend Asset Optimization - Optimizes frontend CSS assets by minimizing size and resolving resource paths for production.
  • Build and Automation Tools - Fast and efficient CSS optimization and minification library.
  • سجل النجوم

    مخطط تاريخ النجوم لـ goalsmashers/clean-cssمخطط تاريخ النجوم لـ goalsmashers/clean-css

    الأسئلة الشائعة

    ما هي وظيفة goalsmashers/clean-css؟

    clean-css هو محسن CSS لـ Node.js يعمل كمصغر، ومجمع، ومولد خرائط مصدر. يقلل من أحجام ملفات أوراق الأنماط عن طريق إزالة المسافات البيضاء والتعليقات مع تحسين الألوان والوحدات لتحسين أوقات تحميل الصفحة.

    ما هي الميزات الرئيسية لـ goalsmashers/clean-css؟

    الميزات الرئيسية لـ goalsmashers/clean-css هي: CSS Minification, Stylesheet Bundling, Source Map Generators, CSS Bundlers, CSS Minifiers, CSS Optimizers, CSS AST Transformations, CSS Transformation Plugins.

    ما هي البدائل مفتوحة المصدر لـ goalsmashers/clean-css؟

    تشمل البدائل مفتوحة المصدر لـ goalsmashers/clean-css: clean-css/clean-css — Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to… css/csso — csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic… 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,… parcel-bundler/lightningcss — Lightning CSS is a high-performance CSS toolchain implemented in Rust. It provides a comprehensive suite of tools for… cssnano/cssnano — cssnano is a CSS compression tool and minifier that reduces the file size and gzip footprint of stylesheets. It…

    بدائل مفتوحة المصدر لـ Clean Css

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Clean Css.
    • clean-css/clean-cssالصورة الرمزية لـ clean-css

      clean-css/clean-css

      4,201عرض على GitHub↗

      Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to decrease total stylesheet volume by removing whitespace, comments, and redundant code. The project provides a pipeline for applying custom transformations and browser compatibility adjustments. It allows for the programmatic modification of CSS rules and values through a plugin system and the use of custom optimization plugins. The tool covers a broad range of asset optimization capabilities, including stylesheet bundling, import rule inlining, and relative URL rebasing. It also

      JavaScript
      عرض على GitHub↗4,201
    • css/cssoالصورة الرمزية لـ css

      css/csso

      3,792عرض على 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

      JavaScript
      عرض على GitHub↗3,792
    • jakubpawlowicz/clean-cssالصورة الرمزية لـ jakubpawlowicz

      jakubpawlowicz/clean-css

      4,202عرض على 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
      عرض على GitHub↗4,202
    • parcel-bundler/parcel-cssالصورة الرمزية لـ parcel-bundler

      parcel-bundler/parcel-css

      7,576عرض على 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
      عرض على GitHub↗7,576
    عرض جميع البدائل الـ 30 لـ Clean Css→