Skip to content

Commit

Permalink
➕ Add color-inherit utility
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfahan committed Jun 6, 2021
1 parent ff6d719 commit 8b15243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utilities/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@
}
}
}

.clr-inherit {
// stylelint-disable-next-line declaration-no-important
color: inherit !important;
}
}

0 comments on commit 8b15243

Please sign in to comment.