Releases: suitcss/components-grid
Releases · suitcss/components-grid
4.0.0
3.0.3
3.0.2
- Update
stylelint-config-suitcssto4.0.0 - Update
preprocessorto1.0.0 - Fix
maxlenwarning on comments - Remove unused
stylelintpackage as this is included with the suitcss-preprocessor.
3.0.1
- Upgrade to
^0.8.0suitcss-preprocessor - Ensure Grid conforms to SUIT CSS stylelint rules
- Add license field to
package.json
3.0.0
- Switch to flexbox for layout
- Add
Grid--fitandGrid--equalHeightmodifiers - Use PostCSS instead of suitcss-preprocessor
The existing API remains unchanged so this should drop right into any existing project with no HTML class changes.
Note If you still require IE9 support then stay with the 2.0.2 release as flexbox is not supported in that version. Consult the caniuse page for more information