Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L'icône d'overflow ne s'affiche pas dans le barre de navigation en mode production #14

Open
ZakCodes opened this issue Aug 31, 2019 · 1 comment
Labels
temporarily fixed The issues has been temporarily fixed, but a better solution exists

Comments

@ZakCodes
Copy link
Contributor

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.

ZakCodes added a commit that referenced this issue Aug 31, 2019
@ZakCodes
Copy link
Contributor Author

C'est un problème déjà rencontré avec jekyll-minifier: digitalsparky/jekyll-minifier#41.
Le problème est dans cssminify et ce pull request digitalsparky/cssminify#3 le règle déjà, donc en attendant qu'il soit intégré, une solution temporaire a été implémentée dans bd57975 qu'il faudra retirer.

@ZakCodes ZakCodes added the temporarily fixed The issues has been temporarily fixed, but a better solution exists label Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
temporarily fixed The issues has been temporarily fixed, but a better solution exists
Projects
None yet
Development

No branches or pull requests

1 participant