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
Been trying to figure out if its possible to use both regular classes and silent classes.
This is due to the reason that I think that @extend .classname becomes rather bloated in comparision to just extending silent classes.
The only two ways I figured out is:
rewriting the scss fil it-self, but this causes problems with updating the core scss.
including the csswizardry-grid twice. Once with the param set to use silent classes and once setting param to use regular classes.
Both ways seems error prone to me :(
The text was updated successfully, but these errors were encountered:
What do you want to achieve exactly? If you just want to use regular classes for setting common stuff like gridand grid__item in your markup, you could do something like this.
That makes sense in some degree. But sometimes we in out team need to quickly prototype something could be a new landing page, a new site and here Classnames would be faster.
I mainly think about the width and responsive widths.
But maybe thats just me :)
But then again we could just use the class names scss for prototyping...hmmm
Anyway thanks for the input Felics, made me thinking :)
Hi
Been trying to figure out if its possible to use both regular classes and silent classes.
This is due to the reason that I think that @extend .classname becomes rather bloated in comparision to just extending silent classes.
The only two ways I figured out is:
Both ways seems error prone to me :(
The text was updated successfully, but these errors were encountered: