Created
December 29, 2017 13:21
-
-
Save cyan33/cb83ae4dcf425394bafba4bc482fa67c to your computer and use it in GitHub Desktop.
minifyCSS
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
const minifyCSS = (css) => css.replace(/\n/g, '').replace(/\s\s+/g, ' ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment