Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

14 lignes
304 B

  1. // stylelint-disable declaration-no-important
  2. .responsive-visibility() {
  3. display: block !important;
  4. table& { display: table !important; }
  5. tr& { display: table-row !important; }
  6. th&,
  7. td& { display: table-cell !important; }
  8. }
  9. .responsive-invisibility() {
  10. display: none !important;
  11. }