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
CSSOM doesn't expect ; inside import statements.
However while importing fonts we can have multiple weights, where in we will have to use the ;.
In this case, the parsing fails.
Have attached the issue link below. The workaround is also mentioned in the thread for whoever is facing this issue. NV/CSSOM#116
The text was updated successfully, but these errors were encountered:
RahulLanjewar93
changed the title
Module not found error when parsing html.
Parsing fails for font imports with multiple weights due to CSSOM parser issue
Feb 1, 2023
CSSOM doesn't expect
;
inside import statements.However while importing fonts we can have multiple weights, where in we will have to use the
;
.In this case, the parsing fails.
Have attached the issue link below. The workaround is also mentioned in the thread for whoever is facing this issue.
NV/CSSOM#116
The text was updated successfully, but these errors were encountered: