react-flexa
react-flexa copied to clipboard
Validate custom theme if provided by ThemeProvider
If a custom theme is provided, validate that object structure matches that of whats expected
- Breakpoints must be an object, strings as keys, values must be numbers.
- Columns must be a number
- Gutter must be an object, strings as keys, values must be numbers.