Closed dascritch closed 3 years ago
References :
This should be suggestion for users for integrating web component.
Suggested in first link :
:host { display: block; contain: content; /* Boom. CSS containment FTW. */ }
also
:host { all: initial; /* 1st rule so subsequent properties are reset. */ }
so we can remove reset styles (see https://developer.mozilla.org/fr/docs/Web/CSS/all )
:host properties added (due to another bug https://github.com/dascritch/cpu-15/issues/20 ). We just need some cleanse in css.
:host
References :
This should be suggestion for users for integrating web component.
Suggested in first link :
also
so we can remove reset styles (see https://developer.mozilla.org/fr/docs/Web/CSS/all )