web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

screens.css (222B)


      1 @import "tailwindcss";
      2 
      3 @custom-variant ios1 {
      4   @media (orientation: portrait) and (min-height: 750px) {
      5     @slot;
      6   }
      7 }
      8 
      9 @custom-variant ios0 {
     10   @media (orientation: portrait) and (max-height: 680px) {
     11     @slot;
     12   }
     13 }