I do not know how to disable SCSS class format for now.
I want to switch from this :
.header {
&__row {}
&__logo {}
&__nav {}
}
to this :
.header__row {
}
I tried to look in the settings, enabled SCSS but nothing helps.
I do not know how to disable SCSS class format for now.
I want to switch from this :
.header {
&__row {}
&__logo {}
&__nav {}
}
to this :
.header__row {
}
I tried to look in the settings, enabled SCSS but nothing helps.
2
Answers
Thanks for the answer but the problem remains even with the option "eCSS tractor run without BEM".This is what I have
And this is how I want it to be
You are generating a nested stylesheet for preprocessors. To generate CSS, do one of the following actions :
Or
ecsstractor_port.bem_nesting
is set tofalse
.