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
  • !8006

using screen-size variables for grids

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/aristath/3.0.0-wip into 3.0.0-wip May 27, 2013
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: aristath

Using screen-sizes in grids.less makes sense since this way we'll be able to alter the layout from the variables file. What doesn't make complete sense right now is the relation of breakpoints to the individual grid sizes. So for example on the desktop screens 940px = 992px - 52, but 52 seems like a number that can't be calculated easily from variables in a meaningful way. On the other hand for large screens 1170px = 1200px - 30, where 30 is the grid gutter width so that makes perfect sense. This is not perfect, but it is a first step.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/aristath/3.0.0-wip