Skip to content

Instantly share code, notes, and snippets.

@matomesc
Created October 16, 2023 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matomesc/0fb838568c42af270b5c1ad183d63658 to your computer and use it in GitHub Desktop.
Save matomesc/0fb838568c42af270b5c1ad183d63658 to your computer and use it in GitHub Desktop.
Get a css property value
const fontSize = window
.getComputedStyle(element)
.getPropertyValue('font-size');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment