Created
March 24, 2020 00:51
-
-
Save cvan/f04d9faefbfdcabead2246da17f9d6bd to your computer and use it in GitHub Desktop.
extract CSS from next.js export + copy to clipboard
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
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