Created
June 26, 2026 09:24
-
-
Save adamzero1/87b4dd43f0432005f6bb93b699c69dfe to your computer and use it in GitHub Desktop.
Strip Figma data- stuff
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
| #!/bin/bash | |
| sed -E -i 's/data-([a-z\0-9-]*)="([0-9\.:\/a-zA-Z]*)"//g' /path/to/file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment