I am working on angular app and while run the app it's not showing any errors but I'm getting this kind of warning's in many css files.
Module Warning (from ./node_modules/postcss-loader/src/index.js):
Warning
(114:1) @import must precede all other statements (besides @charset)
What I have imported on 114 line is this.
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
Where ever I have imported like this in all that css showing this kind of warnings.
Is there any solution for this?