https://spreadsheets.google.com/feeds/cells/__KEY__/__IDTAB__/public/basic?alt=json&v=3.0
KEY : 1XKK0VqIclBhU9Avx6YX1E1jzND_F45OFzVmhdTK9Tu0
IDTAB : exemple : 1 ( première feuille du doc)
Exemple :
| /*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */ | |
| * { | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| img{ | |
| display: block; | |
| max-width: 100%; |
| 'use strict' | |
| //isAnimR | |
| // Ajoute une classe CSS .isAnimStart sur les éléments voulus | |
| // Enleve et rajoute une classe CSS .isAnimEnd quand l'éléments apparait dans la vue | |
| // utiliser comme ceci : AddClassIsAnimStart([elements]) | |
| class AddClassIsAnimStart{ | |
| constructor(elements){ |
| find ./ -type f -name '.DS_Store' -delete |
| document.addEventListener('touchmove', function (event) { | |
| if (event.scale !== 1) { event.preventDefault(); } | |
| }, { passive:false }); |