x-tabs /deep/ x-panel {
  foo: bar;
}

div {
  body /deep/ .library {
    color: blue;
  }
}

#something::shadow {
  color: blue;
}

:host .library {
  background: green;
}
