Skip to content

Instantly share code, notes, and snippets.

@felipefialho
Created December 5, 2016 15:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipefialho/8060ab35f25ef8bf1504fa19c66be1ed to your computer and use it in GitHub Desktop.
Save felipefialho/8060ab35f25ef8bf1504fa19c66be1ed to your computer and use it in GitHub Desktop.
[CSS Trick] Border-color with the same color of parent font dynamically

Border-color with the same color of parent font dynamically

.foo
  border-color currentColor
  color tomato

!important, It works with all elements inside of parent.

🤘🤘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment