I need to disable the griddle styles for two reasons:
- Mine are prettier :)
- I use
Content-Security-Policy:default-src 'self' which denies any inline style sheet setting.
For now, I have just copied griddleWithCallback.jsx to my project and added useGriddleStyles={false} to https://github.com/DynamicTyped/GriddleWithCallback/blob/master/scripts/griddleWithCallback.jsx#L190
I need to disable the griddle styles for two reasons:
Content-Security-Policy:default-src 'self'which denies any inline style sheet setting.For now, I have just copied
griddleWithCallback.jsxto my project and addeduseGriddleStyles={false}to https://github.com/DynamicTyped/GriddleWithCallback/blob/master/scripts/griddleWithCallback.jsx#L190