Getting "No mixin named -assert-ascending error" in bootstrap/scss/_variables.scss

See original GitHub issue

Getting this error when directly importing bootstrap/scss/_variables.scss -

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); ^ No mixin named -assert-ascending

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:9
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
kimmoh70commented, Jan 29, 2018

I added following

@import ‘~bootstrap/scss/functions’, ‘~bootstrap/scss/variables’;

in my main scss file to overcome this issue.

1reaction
brajeshsiplcommented, Nov 9, 2017

@mdo i checked my _functions.scss there is function name _assert-ascending but error is below

@include _assert-ascending($grid-breakpoints, “$grid-breakpoints”); No mixin named -assert-ascending

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap 5 + SASS error: undefined MIXIN @include _assert ...
I had this problem. My issue was that I was importing in the wrong order: @import '../node_modules/bootstrap/scss/mixins'; @import '.
Read more >
Gulp error: no mixin named box-sizing in _scaffolding.scss
When running gulp I am getting this error: gulp-notify: [Gulp] Error: ... Gulp error: no mixin named box-sizing in _scaffolding.scss.
Read more >
How to use media breakpoints in components?
Hello,. I'm trying to use MDB media breakpoints inside components which is resulting me an error. ERROR in ./src/app/main/main.component.scss
Read more >
Sass: @use
The @use rule loads mixins, functions, and variables from other Sass stylesheets, and combines CSS from multiple stylesheets together.
Read more >
Sass · Bootstrap v5.2
Utilize our source Sass files to take advantage of variables, maps, mixins, and functions to help you build faster and customize your project....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found