Skip to content

Instantly share code, notes, and snippets.

@juliandavidmr
Created November 25, 2018 14:48
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 juliandavidmr/381689b129ffca3d60372921b1d2eafd to your computer and use it in GitHub Desktop.
Save juliandavidmr/381689b129ffca3d60372921b1d2eafd to your computer and use it in GitHub Desktop.
Apply filter CSS from SVG
path {
stroke-width: 1px;
&:hover {
cursor: pointer;
stroke-width: 2px;
filter: url(#dropshadow);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment