matteocng / react-flag-icon-css

Simple React SVG country flags Component, supports standard Css and Css Modules.
MIT License
86 stars 13 forks source link

Fix warning caused by css file import #144

Open Qziem opened 3 years ago

Qziem commented 3 years ago

In my project i use react-flag-icon-css library. And building app throw warnings: Zaznaczenie_316

I noticed, that adding * as in import statements suppress this warnings.