Search code examples
cssgoogle-chromecss-grid

How can I turn off features of css in chrome for testing e.g. css grid


I'm trying to see how my app will look when css grid isn't available. Is it possible to turn off properties like css grid inside of the chrome or canary?


Solution

  • The CSS Feature Toggles plugin for Chrome can do this. It adds a tab in the developer toolbox with checkboxes for various CSS features that are popular for browsers to not implement, like Grid:

    enter image description here

    Checking the relevant box will disable the respective feature.