Skip to content

Instantly share code, notes, and snippets.

@cvan
Created March 24, 2020 00:51
Show Gist options
  • Save cvan/f04d9faefbfdcabead2246da17f9d6bd to your computer and use it in GitHub Desktop.
Save cvan/f04d9faefbfdcabead2246da17f9d6bd to your computer and use it in GitHub Desktop.
extract CSS from next.js export + copy to clipboard
cat out/**/*.css | ./node_modules/.bin/prettier --stdin-filepath abc.css | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment