You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
No
Description
Getting alot of warnings like this while running ng serve:
Warning: > styles.css:236:0: warning: "@charset" must be the first rule in the file
236 │ @charset "UTF-8";
╵ ~~~~~~~~
styles.css:235:3486: note: This rule cannot come before a "@charset" rule
235 │ ...a-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-de...
╵
I have <meta charset="utf-8"> in my index.html
and I tryed putting @charset "UTF-8"; in my styles.css as well, did not help
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
No
Description
Getting alot of warnings like this while running ng serve:
Warning: > styles.css:236:0: warning: "@charset" must be the first rule in the file
236 │ @charset "UTF-8";
╵ ~~~~~~~~
styles.css:235:3486: note: This rule cannot come before a "@charset" rule
235 │ ...a-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-de...
╵
<meta charset="utf-8">
in my index.htmland I tryed putting
@charset "UTF-8";
in my styles.css as well, did not helpPlease provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Anything else?
No response
The text was updated successfully, but these errors were encountered: