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
  • Issues
  • #32426
Closed
Open
Issue created Dec 10, 2020 by Administrator@rootContributor

Breakpoint overriding creates media queries of default and overriden breakpoint size

Created by: denni-hill

$grid-breakpoints: (
        xs: 0,
        sm: 456px,
        md: 789px,
        lg: 999px,
        xl: 1250px
);

@import 'node_modules/bootstrap/scss/bootstrap';
@import "node_modules/bootstrap-vue/src/index";

Code above causes creation of default breakpoints sizes and overriden ones with same class names inside. It displays as 2 media queries which are contain same class-names (example: d-xl-none). In cases when instruction contains !important keyword it causes unexpectable behaviour.

Assignee
Assign to
Time tracking