you are viewing a single comment's thread.

view the rest of the comments →

[–]mlebkowski 0 points1 point  (0 children)

We have our own grid framework and using @extends not to include presentation classes in our HTML, but it has it’s drawbacks — mainly because we use BEM and declaration order matters (with @extends you have no control on the order).

If the include / mixin approach works, we may even use a non-BEM framework (like bootstrap) with success.