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

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

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

1 مستودع

Awesome GitHub RepositoriesInline Style Minifiers

Tools that compress isolated style attributes and individual CSS blocks to reduce payload size.

Distinct from Inline Style Scrubbers: Distinct from CSS Minifiers: focuses specifically on inline style attributes rather than external stylesheet files.

Explore 1 awesome GitHub repository matching web development · Inline Style Minifiers. Refine with filters or upvote what's useful.

Awesome Inline Style Minifiers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Applies compression logic specifically to isolated inline style attributes and blocks to reduce total page payload.

    JavaScript
    عرض على GitHub↗3,792
  1. Home
  2. Web Development
  3. Inline Style Minifiers