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
Shouldn't we expect the same behaviour. I think that a scoped import should not count as an "active" call that would trigger rule's output. (except for tag based rules ?)
I have seen other import by reference issues, so it might be related. I use less 1.7.3 (grunt-contrib-less)
To better understand this, I have a widget. I use twitter bootstrap as a mixin library, and it must be scoped to avoid conflict if another website use bootstrap where the widget is inserted.
thx : )
The text was updated successfully, but these errors were encountered:
Hello,
let's say mixed.less contains classes and tag rules like this:
outputs:
outputs:
I find this inconsistent. I would expect the same behaviour. So two questions:
Is it normal that the html tag rules it outputted ? (please have a look here too: Better explain import by reference with html tag based rules. less-docs#205)
Shouldn't we expect the same behaviour. I think that a scoped import should not count as an "active" call that would trigger rule's output. (except for tag based rules ?)
I have seen other import by reference issues, so it might be related. I use less 1.7.3 (grunt-contrib-less)
To better understand this, I have a widget. I use twitter bootstrap as a mixin library, and it must be scoped to avoid conflict if another website use bootstrap where the widget is inserted.
thx : )
The text was updated successfully, but these errors were encountered: