Skip to content

Instantly share code, notes, and snippets.

View flofehrenbacher's full-sized avatar

Florian Fehrenbacher flofehrenbacher

  • Süddeutsche Zeitung Digitale Medien GmbH
  • Munich
View GitHub Profile
@macbookandrew
macbookandrew / findStyles.js
Last active February 16, 2025 03:00
List unique CSS properties for all DOM elements
/**
* List unique CSS properties for all DOM elements
* Initially created to list unique font stacks on a page
* @see {@link http://stackoverflow.com/a/35022690/ Inspired by this StackOverflow answer}
*
* @see {@link https://gist.github.com/macbookandrew/f33dbbc0aa582d0515919dc5fb95c00a/ URL for this file}
*
* @author AndrewRMinion Design (https://andrewrminion.com)
* @version 1.1
*