I suggest that we remove the @import url from view/frontend/web/css/trustpilot.css and load the external CSS file via the layout XML instead. This is a more cleaner approach, plus it gives developers the possibility to remove font-awesome.min.css via a another module.
I suggest that we remove the
@import
url fromview/frontend/web/css/trustpilot.css
and load the external CSS file via the layout XML instead. This is a more cleaner approach, plus it gives developers the possibility to removefont-awesome.min.css
via a another module.Also, I noticed that:
Should be in a
<body>
tag.