Oli Griffiths

Results 51 comments of Oli Griffiths

@rwwagner90 you may find this useful http://www.oligriffiths.com/2017/01/26/Eat-your-greens-A-beginners-guide-to-Broccoli-js/ 🤓

This sass: ``` css & ul { .active & { color: red; } } &.active ul { color: red; } ``` produces this css: ``` css .active .post-type-photo-9364b334 ul {...

@ebryn What about something this: ``` css &.bem { // all styles in here get BEM'd, .component-name-asd123--foo .foo {} } // all styles outside are regular prefixed styles .component-name-asd123 .foo...

Yeah I am seeing the same thing, which is a real bummer

@ebryn Do you know if this issue is on this end or the compass compiler end?

Will look into it. Thanks [edit: removed email reply copy]

Are there lifecycle hooks for adding/removing of components from the dom that can be used to dynamically load/unload stylesheets?

Any update to this? We're using satis and keep seeing this same issue...