python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Scss: @include media-breakpoint-down: Undefined mixin but I import bootstrap class
I tried to use @include media-breakpoint-up in Angular but when compile get this error
Bootstrap 5.1.13
Angular CLI: 10.2.4
Node: 14.17.2
OS: win32 x64
Angular: 10.2.5
ERROR in Module build failed (fr...
apnnux
Votes: 0
Answers: 2
error when importing local google fonts with sass new version
i am trying to add new google fonts to some sass files , these fonts are local fonts and i am adding them using sass and url using the following code
@font-face
font-family: 'Abril Fatface'
...
Othman Abdealziz
Votes: 0
Answers: 1
Unknown Word on SCSS mixin function using Stylelint
I'm working on a webpack boilerplate, and I've been trying to set up a px to rem conversion function using scss mixins. I'm using stylelint to check for errors in this project too.
I keep getting the ...
jerome
Votes: 0
Answers: 1
Node module doesn't import file as expected
Error message - @import "@material/elevation/mixins";
File to import not found or unreadable: @material/elevation/mixins.
How the file looks - _mixins.scss
How the file gets imported in t...
Jandre
Votes: 0
Answers: 1