Good morning,
I forgot to describe the results of my own internt research.
There I found the same answer, someone said put that below @import dependencies, other said, put that before @import dependencies. Both doesn't work for me. What do I do wrong? I can use all SASS variables as shown in the code example, but i cannot change them.
The begin of my custom.scss looks like that:@import "dependencies";
@import "slideshow";
@import "tabs";
$core-font-size: 2rem !default;
body p {
margin: 0.5rem 0;
}
a {
font-weight: $font-weight-medium;
}
//many more css...
The redefinition does not work for me. And yes, in the backend, gantry production mode is on, and i also have clicked the "recompile css" button.