4 مستودعات
Conversion of modern CSS syntax into legacy formats for compatibility with older browsers.
Distinct from Site Translation Rules: No candidate covers the transpilation of CSS properties into legacy formats; most candidates focus on site translation or syntax highlighting.
Explore 4 awesome GitHub repositories matching web development · CSS Syntax Transpilation. Refine with filters or upvote what's useful.
Autoprefixer is a PostCSS plugin and browser compatibility tool that automatically manages vendor prefixes for CSS rules. It functions as an abstract syntax tree transformer that parses CSS to insert required prefixes and remove obsolete ones based on real-time compatibility data. The project differentiates itself by providing a dedicated CSS Grid polyfill, which translates modern Grid syntax into legacy formats for older browser versions. It also allows for granular control through the use of inline CSS comments to selectively enable or disable prefixing for specific rules. The system cover
Translates modern CSS Grid declarations into compatible legacy formats for older browser versions.
Lightning CSS is a high-performance CSS toolchain implemented in Rust. It provides a comprehensive suite of tools for stylesheet processing, including a bundler, minifier, module compiler, syntax lowerer, and vendor prefixer. The engine utilizes a browser-grade grammar for parsing and converts stylesheets into typed property values. It distinguishes itself through a visitor-based transformation API that allows for custom modifications of the parsed abstract syntax tree and an error-tolerant parsing mechanism that recovers from malformed syntax to prevent build failures. The toolset covers br
Converts modern CSS syntax into legacy formats compatible with older browser specifications.
postcss-cssnext هو مجموعة إضافات PostCSS ومحول مصمم لتحويل ميزات CSS الحديثة وبناء الجملة الناشئ إلى كود متوافق مع متصفحات الويب القديمة. يعمل كمحرك Polyfill يضيف خصائص احتياطية ويستبدل الوحدات الحديثة لضمان عرض متسق عبر بيئات المتصفح المختلفة. تؤتمت الأداة تحويل مواصفات CSS المتقدمة إلى أنماط قياسية من خلال توظيف محرك تحويل للميزات الناشئة مثل التداخل والمحددات المتقدمة. كما تتضمن أداة لتحويل وحدات rem النسبية إلى قيم بكسل بناءً على أحجام خطوط الجذر المحددة. يتكامل المشروع في خطوط أنابيب التطوير من خلال واجهة سطر أوامر تدعم مراقبة الملفات وتكوين المتصفح المستهدف. تستخدم سير العمل هذه قائمة توافق المتصفح لتحديد التحويلات الضرورية للأهداف المحددة.
Transpiles modern CSS syntax into legacy formats based on browser compatibility lists.
Lost is a CSS grid system and PostCSS plugin designed to define column widths and positions using mathematical calculations for responsive screen designs. It functions as a build-time tool that processes custom grid rules into browser-compatible CSS layouts. The framework transforms non-standard layout declarations into native CSS Grid and Flexbox properties. It uses a PostCSS-based pipeline to calculate exact coordinates and column widths, ensuring that the resulting styles are compatible with standard web browsers. The project operates as a preprocessor-agnostic middleware layer, allowing
Translates custom, high-level grid rules into native CSS Grid and Flexbox properties during the build process.