-
Sass 1.80.0 has recently [deprecated](https://sass-lang.com/documentation/breaking-changes/import/) the `@import` rule, causing warnings to appear during compile. Now might be a good time to migrate …
-
CSS now supports most of the best bits of SCSS - variables, nesting, etc... SASS still has mixins and functions, but modern CSS is extremely capable and I find the I've stopped using SASS in my projec…
-
https://medium.com/codeartisan/breakpoints-and-media-queries-in-scss-46e8f551e2f2
https://responsivedesign.is/develop/getting-started-with-sass-and-breakpoint-mixin/
-
## Description
As of Sass 1.78.0 we're now seeing a bunch of warnings when compiling SCSS along the following lines:
```
WARNING in ./media/css/protocol/protocol-firefox.scss (./media/css/proto…
-
Hey,
I have a mixin with optional parameters, but when I include it, I get this error:
"We need tree to translate"
e.g of mixin:
```
@mixin test( $val1: false ) {
...
}
```
Also, how can I use thi…
-
Remove the need for Bootstrap and practice Flexbox and Grid Layouts with Sass
Follow the styling guide from [robinhood](https://robinhood.com/us/en/) itself
-
### Current Behavior
The Sass project announced the deprecation of the `@import` rule and the global built-in functions in their [v1.80.0](https://github.com/sass/dart-sass/releases/tag/1.80.0) relea…
-
I can't use inject CSS before Safari freaks out... But when I use regular reload, it looks like it happens before the mixins parsing because I don't see the changes unless I actually go to Safari en r…
-
A bootstrap upgrade to at least 5.3.2 (currently on 4.6.2) is required to resolve this deprecation warning (https://blog.getbootstrap.com/2023/09/14/bootstrap-5-3-2/).
```
DEPRECATION WARNING: Pas…
-
maybe i'am wrong, but i think that the hidden classes like ms-u-hiddenLgDown should be in the file mixins/_Responsive.Mixins.scss as well?