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
Lorsque jekyll-minifier est activé, soit en mode production, l'icône d'overflow disparaît de la barre de naviguation.
Voici ce dont à l'air la propriété background-image avec et sans jekyll-minifier:
Sans: data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e
Avec: data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='003030'%3e%3cpathstroke='rgba(0,0,0,0.5)'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e
On peut clairement voir que le problème est que jekyll-minifier retire les espaces alors qu'il ne devrait pas.
The text was updated successfully, but these errors were encountered:
Lorsque jekyll-minifier est activé, soit en mode production, l'icône d'overflow disparaît de la barre de naviguation.
Voici ce dont à l'air la propriété
background-image
avec et sans jekyll-minifier:Sans:
data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e
Avec:
data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='003030'%3e%3cpathstroke='rgba(0,0,0,0.5)'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e
On peut clairement voir que le problème est que jekyll-minifier retire les espaces alors qu'il ne devrait pas.
The text was updated successfully, but these errors were encountered: