0.0.5 • Published 5 years ago

@my-study-room/less-variables v0.0.5

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

@my-study-room/less-variables

This package includes less variables for use in other parts of MyStudyRoom

Media queries

Usage:

  @media @media-desktop {
    // STYLING GOES HERE
  }
  @media @media-phone {
    // STYLING GOES HERE
  }
  @media @media-phone-portrait {
    // STYLING GOES HERE
  }
  @media @media-phone-landscape {
    // STYLING GOES HERE
  }
  @media @media-tablet {
    // STYLING GOES HERE
  }