custom-media.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. @custom-media --small-viewport (max-width: 30em);
  2. @custom-media --small-viewport (max-width:30em);
  3. @custom-media --small-viewport ( max-width : 30em ) ;
  4. @custom-media --small-viewport
  5. (max-width: 30em);
  6. @custom-media
  7. --small-viewport
  8. (
  9. max-width: 30em
  10. );
  11. @custom-media
  12. --small-viewport
  13. (
  14. max-width
  15. :
  16. 30em
  17. )
  18. ;
  19. @custom-media
  20. --small-viewport
  21. (
  22. max-width
  23. :
  24. 30em
  25. )
  26. ;
  27. @custom-media --none not all;
  28. @custom-media --none not all ;
  29. @custom-media --none
  30. not all;
  31. @custom-media --none
  32. not
  33. all;
  34. @custom-media
  35. --none
  36. not
  37. all
  38. ;
  39. @custom-media
  40. --none
  41. not
  42. all
  43. ;
  44. @custom-media --tablet (min-width: 768px) and (max-width: 1279px);
  45. @custom-media --tablet (min-width:768px) and (max-width:1279px);
  46. @custom-media --tablet ( min-width : 768px ) and ( max-width : 1279px ) ;
  47. @custom-media --tablet
  48. (min-width: 768px) and (max-width: 1279px);
  49. @custom-media
  50. --tablet
  51. (min-width: 768px) and
  52. (max-width: 1279px);
  53. @custom-media
  54. --tablet
  55. (
  56. min-width
  57. :
  58. 768px
  59. )
  60. and
  61. (
  62. max-width
  63. :
  64. 1279px
  65. )
  66. ;
  67. @custom-media
  68. --tablet
  69. (
  70. min-width
  71. :
  72. 768px
  73. )
  74. and
  75. (
  76. max-width
  77. :
  78. 1279px
  79. )
  80. ;