:host {
  @apply w-full;
}

:host([is-fixed-width]) {
  width: inherit;
}
