2 مستودعات
Utilities designed to reduce the file size of stylesheets through compression and optimization rules.
Distinct from Compression Tools: The candidates focus on general data compression or Gzip algorithms, rather than domain-specific CSS stylesheet minification.
Explore 2 awesome GitHub repositories matching web development · CSS Minification Tools. Refine with filters or upvote what's useful.
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
Acts as a dedicated utility to reduce the file size and gzip footprint of CSS stylesheets through modular optimization.
Clean-CSS هو محسن ومصغر CSS لـ Node.js مصمم لتقليل أحجام أوراق الأنماط وتحسين أداء الويب. يعمل كمعالج لاحق لـ CSS يزيل المسافات البيضاء غير الضرورية، والتعليقات، والخصائص الزائدة عن الحاجة من أوراق الأنماط. يستخدم المشروع شجرة بناء جملة مجردة للتحليل وخط أنابيب تحسين متعدد التمريرات لإعادة هيكلة القواعد وتبسيط الخصائص. يتميز بواجهة مكون إضافي لتحويلات الأنماط المخصصة ويوفر تصغيراً واعياً بالتوافق لضمان بقاء الأنماط وظيفية عبر إصدارات متصفح قديمة محددة. تشمل الإمكانيات الإضافية توليد خرائط مصدر لتصحيح الأخطاء، وإعادة تعيين رابط الأصول للصور والخطوط المنقولة، وحل بيانات الاستيراد المضمنة. يدعم النظام معالجة الملفات المجمعة ويوفر واجهة سطر أوامر لأتمتة مهام التحسين داخل خطوط أنابيب بناء الواجهة الأمامية.
Provides a dedicated tool for reducing the size of stylesheets through compression and optimization rules.