You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to use one scss-lib https://github.com/franzheidl/bemify So, I have one file with all mixins from that lib. I Use mixin of block creating in each file of the block
@includeblock('my-element') {}
So, I have only mixins, without classnames and etc.
After compiling, I have only one file in sourcemaps: mixin.scss. So, how can I see the code of blocks, not only of the mixin.scss?
The text was updated successfully, but these errors were encountered:
I've tried to use one scss-lib https://github.com/franzheidl/bemify So, I have one file with all mixins from that lib. I Use mixin of block creating in each file of the block
So, I have only mixins, without classnames and etc.
After compiling, I have only one file in sourcemaps: mixin.scss. So, how can I see the code of blocks, not only of the mixin.scss?
The text was updated successfully, but these errors were encountered: