3 रिपॉजिटरी
Mapping minified CSS files back to their original source for debugging.
Distinct from Wasm Source-Level Debugging: Specializes source-level debugging specifically for CSS instead of WebAssembly bytecode.
Explore 3 awesome GitHub repositories matching development tools & productivity · CSS Source Mapping. Refine with filters or upvote what's useful.
Clean-CSS is a Node.js CSS optimizer and minifier designed to reduce stylesheet file sizes and improve web performance. It functions as a CSS post-processor that removes unnecessary whitespace, comments, and redundant properties from stylesheets. The project utilizes an abstract syntax tree for parsing and a multi-pass optimization pipeline to restructure rules and simplify properties. It features a plugin interface for custom style transformations and provides compatibility-aware minification to ensure styles remain functional across specific legacy browser versions. Additional capabilities
Generates source maps that link minified production stylesheets back to their original source files.
Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to decrease total stylesheet volume by removing whitespace, comments, and redundant code. The project provides a pipeline for applying custom transformations and browser compatibility adjustments. It allows for the programmatic modification of CSS rules and values through a plugin system and the use of custom optimization plugins. The tool covers a broad range of asset optimization capabilities, including stylesheet bundling, import rule inlining, and relative URL rebasing. It also
Generates source maps that link minified CSS production files back to their original source code for debugging.
sass-loader एक बिल्ड टूल प्लगइन है जो वेब ब्राउज़र संगतता के लिए Sass सोर्स फ़ाइलों को मानक CSS में संकलित करता है। यह स्टाइलशीट को संसाधित करने के लिए बिल्ड इंजन रिज़ॉल्यूशन लॉजिक और Sass संकलन इंजनों के बीच एक पुल के रूप में कार्य करता है। यह टूल विभिन्न Sass संकलन इंजनों के लिए एक रैपर प्रदान करता है, जो विशिष्ट इंजन कॉन्फ़िगरेशन की अनुमति देता है। यह आंतरिक पथ रिज़ॉल्यूशन लॉजिक का उपयोग करके बाहरी स्टाइल इम्पोर्ट्स के रिज़ॉल्यूशन को संभालता है और प्रोजेक्ट-व्यापी स्थिरता के लिए एंट्री फ़ाइलों में साझा स्टाइल डेटा और वेरिएबल्स के इंजेक्शन का समर्थन करता है। सिस्टम एक पाइपलाइन के माध्यम से स्टाइल्स के परिवर्तन का प्रबंधन करता है जिसमें संकलित CSS को मूल सोर्स फ़ाइलों से वापस लिंक करने के लिए सोर्स मैप निर्माण और एक रूटिंग तंत्र शामिल है जो कंपाइलर चेतावनियों को बिल्ड आउटपुट पर मैप करता है।
Enables debugging by mapping compiled stylesheets back to original Sass source files.