react-flexa icon indicating copy to clipboard operation
react-flexa copied to clipboard

Validate custom theme if provided by ThemeProvider

Open aaronvanston opened this issue 7 years ago • 0 comments

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.

aaronvanston avatar Apr 09 '17 05:04 aaronvanston