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

.container, .container-fluid should be conditional upon $enable-grid-…

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/bassjobsen/patch-30 into v4-dev Dec 26, 2015
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: bassjobsen

…classes

see: https://github.com/twbs/bootstrap/issues/17586

Notice that all code can also wrapped in a single @if $enable-grid-classes {} now.

Code can also be wrapped inside a mixin grid-classes() with the following code in bootstrap.scss: @import "grid"; @if $enable-grid-classes { @include grid-classes; }

And finally notice that the @import "grid"; is not needed at all when you do not need the precompiled grid classes. Removing the import from bootstrap.scss is as simple as setting $enable-grid-classes to false.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/bassjobsen/patch-30