@use "theme";

code {
  @include theme.highlights(
    $flavor: "mocha",
    $format: "variable",
    $important: true
  );
}
