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
Whether to add !important to custom CSS rules should be decided and applied by the user, rather than enforced. Doing so may cause issues with certain special fonts, such as icon fonts, preventing them from displaying correctly.
Browser
Chrome 131.0.6778.86 / Windows 11 23H2
To Reproduce
Steps to reproduce the behavior:
Just edit a custom css style include font setting.
The StyleBot will add !important mark automatically
Doing so may cause issues with certain special fonts, such as icon fonts.
Expected behavior
Remove the practice of forcibly appending !important to CSS rules.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Whether to add !important to custom CSS rules should be decided and applied by the user, rather than enforced. Doing so may cause issues with certain special fonts, such as icon fonts, preventing them from displaying correctly.
Browser
Chrome 131.0.6778.86 / Windows 11 23H2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Remove the practice of forcibly appending !important to CSS rules.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: