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

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

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

macbre/analyze-css

0
View on GitHub↗
696 نجوم·26 تفرعات·JavaScript·BSD-2-Clause·2 مشاهداتwww.npmjs.com/package/analyze-css↗

Analyze Css

analyze-css

Features

  • CSS Optimization - Analyze CSS complexity and identify performance bottlenecks.
  • 前端自动化(Workflow) - Listed in the “前端自动化(Workflow)” section of the Awesome Frontend awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ macbre/analyze-cssمخطط تاريخ النجوم لـ macbre/analyze-css

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

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

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

Start searching with AI

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

ما هي وظيفة macbre/analyze-css؟

analyze-css

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

الميزات الرئيسية لـ macbre/analyze-css هي: CSS Optimization, 前端自动化(Workflow).

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

تشمل البدائل مفتوحة المصدر لـ macbre/analyze-css: cssnano/cssnano — cssnano is a CSS compression tool and minifier that reduces the file size and gzip footprint of stylesheets. It… uncss/uncss — Uncss is a build pipeline CSS optimizer and optimization tool designed to remove unused styles from stylesheets. It… postcss/postcss — PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured… webpack/mini-css-extract-plugin — This is a Webpack extension used to extract CSS from JavaScript files into separate, standalone stylesheets for… layui/layui — Layui is a web UI component library, frontend layout framework, and CSS asset optimizer. It provides a collection of… facebook/stylex — StyleX is a type-safe CSS-in-JS library and atomic CSS compiler that transforms JavaScript style definitions into…

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

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

    postcss/postcss

    28,968عرض على 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

    TypeScriptastcssframework
    عرض على GitHub↗28,968
  • uncss/uncssالصورة الرمزية لـ uncss

    uncss/uncss

    9,408عرض على GitHub↗

    Uncss is a build pipeline CSS optimizer and optimization tool designed to remove unused styles from stylesheets. It analyzes HTML files to identify and strip selectors that do not match any elements in the markup, reducing the final stylesheet size and overall web page weight. The tool functions as a DOM-based CSS analyzer that can simulate runtime document states. It provides mechanisms to preserve required selectors through the use of literal names, regular expressions, and specialized CSS comment markers to ensure styles triggered by user interactions are not deleted. The project supports

    JavaScriptbuild-toolcleanupcss
    عرض على GitHub↗9,408
  • cssnano/cssnanoC

    cssnano/cssnano

    4,974عرض على GitHub↗

    cssnano is a CSS compression tool and minifier that reduces the file size and gzip footprint of stylesheets. It operates as a build pipeline optimizer and code transformer that removes whitespace and comments while shortening colors and gradients into their smallest possible representations. The tool uses a modular plugin architecture and preset-based optimization levels to balance compression intensity with browser compatibility. It allows for the adjustment of output based on a target list of supported browsers to ensure minified styles remain compatible across different environments. The

    CSS
    عرض على GitHub↗4,974
  • webpack/mini-css-extract-pluginالصورة الرمزية لـ webpack

    webpack/mini-css-extract-plugin

    4,663عرض على GitHub↗

    This is a Webpack extension used to extract CSS from JavaScript files into separate, standalone stylesheets for production builds. It functions as a CSS bundler and asset optimizer that separates styles from script bundles to enable parallel loading and prevent flashes of unstyled content. The project provides utilities for generating JavaScript module exports that map local style definitions to application components. It also implements dynamic theme management by conditionally loading different CSS variants via resource queries and supports long-term browser caching through the use of conte

    JavaScriptwebpack-plugin
    عرض على GitHub↗4,663
  • عرض جميع البدائل الـ 23 لـ Analyze Css→