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
  • #31436
Closed
Open
Issue created Aug 05, 2020 by Administrator@rootContributor

4.5.1 Breaking change, removed Mixing make-container-max-widths

Created by: Zryru

Version 4.5.1 made a breaking change removing a mixing

The mixin is called: make-container-max-widths

ERROR LOG:

ERROR in ./src/styles.scss (./node_modules/css-loader/dist/cjs.js??ref--13-1!./node_modules/postcss-loader/src??embedded!./node_modules/sass-loader/dist/cjs.js??ref--13-3!./src/styles.scss) Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: no mixin named make-container-max-widths on line 13 of node_modules/@my-components/styles/grid/_grid-container.scss from line 1 of C:~\src\styles.scss @include make-container-max-widths(); -----------^

OS/environment:

Windows, Angular 9, SCSS/SASS, bootstrap, node-sass

How to reproduce:

.your-container { @include make-container-max-widths(); }

stackblitz example

https://stackblitz.com/edit/angular-ivy-2t6deq?file=src%2Fapp%2Fapp.component.scss

Assignee
Assign to
Time tracking