I create my custom theme, build it and everything goes right. But When I copy the default theme files (css, js, images etc) to my custom-theme src and deploy it, some error shows up:
events.js:174
throw er; // Unhandled 'error' event
^
Error: missing '{' near line 1:24577
at error (C:\Users\DanielKęska\web\themes\sym-theme\node_modules\liferay-css-parse\index.js:69:15)
at declarations (C:\Users\DanielKęska\web\themes\sym-theme\node_modules\liferay-css-parse\index.js:225:25)
...there is much more of it :( Thanks for help!