Adam LaCombe 92dc264feb init
2018-08-05 20:19:01 -04:00
2018-08-05 20:19:01 -04:00
2018-08-05 20:19:01 -04:00
2018-08-05 20:19:01 -04:00
2018-08-05 20:19:01 -04:00
2018-08-05 20:19:01 -04:00
2018-08-05 20:02:17 -04:00
2018-08-05 20:19:01 -04:00
2018-08-05 20:19:01 -04:00
2018-08-05 20:19:01 -04:00
2018-08-05 20:19:01 -04:00

Shadow-DOM-inject-styles

A helper function to easily modify Shadow DOM CSS.

const toolbar = (this.el.querySelector('ion-header > ion-toolbar') as HTMLElement);
    
// language=CSS
const styles = `
  .toolbar-background {
    background: red !important;;
  }
`;

injectStyles(toolbar, '.toolbar-background', styles);
Description
No description provided
Readme MIT 43 KiB
Languages
JavaScript 58.1%
TypeScript 41.9%