Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Blue - v1.8.5

Choose a tag to compare

@ItsJonQ ItsJonQ released this 19 Oct 14:30

Grid: Refactor + CSS-in-JS

screen recording 2018-10-18 at 08 48 pm

This update refactors the various Grid components with the latest Blue
conventions, such as namespacing, propConnect, and type support.

It also uses CSS-in-JS for styling, powered by Fancy. This allow us to remove @seedcss/seed-grid, which shaves about 9kb in the compiled CSS file size (minified).

For context, the Grid system is one of the larger seed packages.

Performance has also been improved as these components are now
PureComponent classes, rather than SFC.

The tests have also been adjusted to favour mount over shallow rendering.