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 is a PostCSS plugin suite and transpiler designed to convert modern CSS features and emerging syntax into code compatible with older web browsers. It functions as a polyfill engine that adds fallback properties and replaces modern units to ensure consistent rendering across different browser environments. The tool automates the conversion of advanced CSS specifications into standard styles by employing a transformation engine for emerging features such as nesting and advanced selectors. It also includes a utility for converting relative rem units into pixel values based on def
Transpiles modern CSS syntax into legacy formats based on browser compatibility lists.
Lost एक CSS ग्रिड सिस्टम और PostCSS प्लगइन है जिसे रिस्पॉन्सिव स्क्रीन डिज़ाइन के लिए गणितीय गणनाओं का उपयोग करके कॉलम की चौड़ाई और स्थिति को परिभाषित करने के लिए डिज़ाइन किया गया है। यह एक बिल्ड-टाइम टूल के रूप में कार्य करता है जो कस्टम ग्रिड नियमों को ब्राउज़र-संगत CSS लेआउट में संसाधित करता है। यह फ्रेमवर्क गैर-मानक लेआउट घोषणाओं को नेटिव CSS ग्रिड और Flexbox गुणों में बदल देता है। यह सटीक निर्देशांक और कॉलम चौड़ाई की गणना करने के लिए एक PostCSS-आधारित पाइपलाइन का उपयोग करता है, यह सुनिश्चित करते हुए कि परिणामी शैलियाँ मानक वेब ब्राउज़र के साथ संगत हैं। यह प्रोजेक्ट एक प्रीप्रोसेसर-अज्ञेयवादी मिडलवेयर लेयर के रूप में संचालित होता है, जो इसे शैलियों को संसाधित करने की अनुमति देता है, चाहे स्रोत सादा CSS, Sass, या Less हो। यह रिस्पॉन्सिव ग्रिड संरचनाओं के निर्माण को स्वचालित करता है जो स्क्रीन आयामों के आधार पर तत्व के आकार और स्थिति को समायोजित करते हैं।
Translates custom, high-level grid rules into native CSS Grid and Flexbox properties during the build process.