1 repository
Tools that hook into the browser style loading process to rewrite CSS rules before application.
Distinct from CSS Styling: Closest candidates focus on static styling or translation to native styles, not the active interception and rewriting of the browser's CSS loading pipeline.
Explore 1 awesome GitHub repository matching web development · Runtime CSS Interceptors. Refine with filters or upvote what's useful.
prefixfree is a runtime CSS processor and polyfill library designed to ensure cross-browser visual consistency. It functions as a client-side script that automatically detects browser requirements and injects necessary vendor prefixes into CSS properties and values at runtime. The project utilizes a system that intercepts stylesheets and modifies style rules in browser memory. It includes a DOM mutation style monitor that observes the document tree for new elements to apply prefixing logic to dynamic content and attributes. The library provides polyfilling for modern CSS standards in legacy
Intercepts the browser style loading process to parse and rewrite CSS rules in memory before they are applied.