.link-underline (@isUnderlineImportant: false) {
  text-decoration: underline;
  & when (@isUnderlineImportant = true) {
    text-decoration: underline !important;
  }
  text-underline-offset: 0.3em;
}
