@import url("../tools/x-drop-cap.css");

.s-drop-cap::first-letter,
.s-drop-cap > p:first-of-type::first-letter {
  @mixin drop-cap;
}
