Closed borisovcode closed 11 months ago
Hi @borisovcode,
That warning is correct.
@charset
must precede everything else.
(not even a single space is allowed before it)
See : https://developer.mozilla.org/en-US/docs/Web/CSS/@charset
Two questions :
@charset "UTF-8";
at all?@charset
, can it be placed after @charset
instead?This was fixed upstream : https://github.com/buefy/buefy/issues/3912
This is the buefy.css general file
postcss-import generate module warning "postcss-import:
@charset
must precede all other statements"May be ignore comments?