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
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Comportamento atteso
Eliminare errore W3C
Comportamento attuale
Effettuando il test W3C (https://validator.w3.org/#validate_by_input) viene segnalato l'errore: The value break-word is deprecated
Possibili soluzioni
Eliminare il codice di seguito commentato:
code {
font-size: 87.5%;
color: #17324d;
/word-break: break-word/
}
.text-break {
/word-break: break-word!important;/
overflow-wrap: break-word!important
}
Contesto
The text was updated successfully, but these errors were encountered: