Guest User

Untitled

a guest
Jun 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. div{
  2. @media screen and (max-aspect-ratio: 54/25) {
  3. width:100%;
  4. }
  5. }
  6.  
  7. $var: 54/25;
  8.  
  9. div{
  10. @media screen and (max-aspect-ratio: $var) {
  11. width:100%;
  12. }
  13. }
Add Comment
Please, Sign In to add comment