leeoniya / dropcss

An exceptionally fast, thorough and tiny unused-CSS cleaner
MIT License
2.13k stars 68 forks source link

dropping multiple font-faces #27

Closed ABVanton200 closed 5 years ago

ABVanton200 commented 5 years ago

An error occurs when dropcss tries to handle and drop lots of font-faces (2 and more).

Error text: (node:11700) UnhandledPromiseRejectionWarning: TypeError: Cannot read property '1' of null at dropFontFaces (D:\web projects\test4\node_modules\dropcss\dist\dropcss.cjs.js:896:33) at postProc$1 (D:\web projects\test4\node_modules\dropcss\dist\dropcss.cjs.js:935:8) at dropcss (D:\web projects\test4\node_modules\dropcss\dist\dropcss.cjs.js:1062:8) ...

Demo: Codepen

leeoniya commented 5 years ago

this is fixed now, thanks!