Hello,
I would like to use icons from flaticons.com in my project but I can’t import css file. I’ve installed package using npm i @flaticon/flaticon-uicons
and I wanted to add css file as described here. I’ve added @import "~@flaticon/flaticon-uicons/css/all/all";
to my style.css but it doesn’t work. Can someone advise how to do it properly?