Created
June 21, 2021 18:58
-
-
Save jpesce/9405d9d2cb6b64b3c42b065eb89d4a0f to your computer and use it in GitHub Desktop.
[CSS Inventory] Find all used values for a CSS property in the project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Exclude node_modules and .git directory | |
rg --no-ignore-vcs --glob '!{node_modules/*,.git/*}' --follow --no-filename --no-line-number "font-weight" * | sed 's/^[ \t]*//;s/[ \t]*$//' | sort | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment