Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !19099

v4: Grid redux

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge v4-grid-redux into v4-dev Feb 06, 2016
  • Overview 0
  • Commits 34
  • Pipelines 0
  • Changes 16

Addresses a handful of grid changes:

  • #17119 (closed): Stubs out docs for flexbox grid.
  • #17131 (closed): Adds auto layout for flexbox grid columns (to mixins and predefined classes) with the addition of .col-{breakpoint classes. For example, use .col-xs to create as many grid columns as you'd like from xs and up.
  • #17261, #17603 (closed): Adds a new .col base class for grid columns and Changes the responsive grid modifier naming scheme from .col-{breakpoint}-{modifier}-{size} to .{modifier}-{breakpoint}-{size} for simpler grid classes. For example, instead of .col-md-3.col-md-push-9 it's col-md-3.push-md-9. Also updates all examples to new markup.
  • #17512 (closed), #17514: Overhauls the grid mixins to merge make-col and make-col-span into a single make-col mixin, thereby ensuring mixins and predefined classes utilize the same float/flex behaviors.
  • #17593 (closed): Adds basic grid migration documentation, including mention of flexbox support, flexbox utils, and variables/maps changes.
  • #18024 (closed) , #18164 (closed): Horizontal flexbox alignment utilities added.
  • #18691: Documents flexbox vertical alignment utilities.
  • #18785: Cherry-picks the changes to rename our flexbox grid utilities to global flexbox utilities.

Todo:

  • Document flexbox utilities
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: v4-grid-redux