Skip to content

Instantly share code, notes, and snippets.

@adamzero1
Created June 26, 2026 09:24
Show Gist options
  • Select an option

  • Save adamzero1/87b4dd43f0432005f6bb93b699c69dfe to your computer and use it in GitHub Desktop.

Select an option

Save adamzero1/87b4dd43f0432005f6bb93b699c69dfe to your computer and use it in GitHub Desktop.
Strip Figma data- stuff
#!/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