css-feature-toggle-devtools-extension
css-feature-toggle-devtools-extension copied to clipboard
A devtools extension for toggling CSS features allowing developers to see how pages/apps render in browsers that don't support modern CSS features
Would it be possible to add support for the new "aspect-ratio" property? Thanks!
This is my first pull request so apologies if I've done anything incorrectly. Just adding support to disable aspect-ratio. This is particularly useful at the moment since Apple only added...
I've shared this tool with others recently and a few people have asked me how to access the controls...after they've tried clicking on the extension icon. https://twitter.com/derek_shirk/status/1118950553403269120 They didn't realize...
Some font loading techniques use the Font Loading API alongside `@font-face` and/or ``. In these cases, disabling the `@font-face` declaration doesn't prevent the font from rendering. More information is available...
Firefox doesn't yet support the all devtools extension APIs needed for this extension to work. Specifically, it's the `devtools.inspectedWindow.getResources` method, the `devtools.inspectedWindow.onResourceAdded` event and the `Resource` interface that are missing....
[Support for container queries has finally landed in most browsers](https://caniuse.com/css-container-queries). It would be really nice to have a toggle for that so we can easily debug our progressive enhancement styles....
This useful devtools extension no longer works in Chrome. Its page on the [Chrome Web Store](https://chromewebstore.google.com/detail/css-feature-toggles/aeinmfddnniiloadoappmdnffcbffnjg) has a message that reads: "This extension is no longer available because it doesn't...