@use '../../all_variables' as *;

@mixin dropdown($subsite-link-color) {
  .btn-dropdown {
    color: $subsite-link-color;
  }
}
