react-flexa
react-flexa copied to clipboard
Responsive React Flexbox (CSS Flexible Box Layout Module) grid system based heavily on the standard CSS API.
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.2.0 to 3.5.0. Changelog Sourced from diff's changelog. v3.5.0 - March 4th, 2018 Omit redundant slice in join method of diffArrays - 1023590 Support patches with empty...
Hey, i was wondering why isn't `xs={12}` set as default prop in `Col`. Makes more sense to define the first breakpoint that its value is different than "12". For example...
Added "col" property in theme in order to set the default breakpoint value of a Column. Closes #72
- [x] Move the current various Flexbox property options from their respective component into a helper function. - [ ] Generate the prop validation based on these options and the...
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...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...
Bumps [express](https://github.com/expressjs/express) from 4.15.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...