Skip to content

7.0.0-alpha7 — hidden-* and initial-order-* modifiers

Pre-release
Pre-release
Compare
Choose a tag to compare
@imevro imevro released this 16 Aug 09:37
· 17 commits to master since this release

🔥 New modifiers: hidden-* and initial-order-*

As you requested (#1, #3), we added some utils modifiers. Thanks to @claviska!

TLDR

  • (#1) modifiers hidden-xs, hidden-sm, hidden-md, hidden-lg, hidden-xl,
  • (#3) reset order-* via order: initial modifiers initial-order-xs, initial-order-sm, initial-order-md, initial-order-lg, initial-order-xl,
  • (#4 (comment)) rems → pxs in breakpoints,
  • ❗️ import 'flexboxgrid2/dist/flexboxgrid.css'import 'flexboxgrid2/flexboxgrid2.css'

Breaking changes

  • rename all files to flexboxgrid2 for consistency,
  • move compiled files from dist/ folder to root for shorter path,
  • switch from rems to pxs in breakpoints (see motivation here: #4 (comment))