ES6 Plato on Github
Report Home
Summary Display
constants/ContainerWidth.js
Maintainability
65.79
Lines of code
15
Difficulty
3.21
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
export const ContainerWidth = { ExtraSmall: 768, Small: 992, Medium: 1200, Large: 10000 } export const ContainerSize = { ExtraSmall: 'xs', Small: 'sm', Medium: 'md', Large: 'lg' }