keithclark / css-feature-toggle-devtools-extension

A devtools extension for toggling CSS features allowing developers to see how pages/apps render in browsers that don't support modern CSS features
MIT License
162 stars 5 forks source link

V1.0.2 #25

Closed keithclark closed 4 years ago

keithclark commented 4 years ago

This PR introduces a new toolbar containing a reset and clear button to make bulk toggling features possible. The layout has also been updated to make better use of the available space. As part of this work, CSS has been split up by host (chrome) and panel so that new browsers can be supported.