Advertisement
Guest User

Untitled

a guest
May 20th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. .myClass {
  2. /* Mobile styles here */
  3. }
  4.  
  5. @media (min-width: @screen-sm-min) {
  6. .myClass {
  7. /* Desktop styles here */
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement