How to optimize and boost css styling process?

I used to write my css fast - like i have VS code tips and scss features. In frontity i have to write css in JS file like a string so the editor can not give me tips and writing css become like writing in notepad which is extremely not productively. I had idea that i can just write separated css files and connect them by GLOBAL tag but as i know this is not good for performance. So how can i optimise the process of styling?

2 Likes

Thanks!

@borysenko.alexander I hadn’t even thought about it until now… just installed it, thanks!

2 Likes

@codermonkey I have found better approach : vscode-styled-components

@borysenko.alexander thanks I will check it out