Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. .profile_image() {
  2. .thumbnail {width: 200; height: 100}
  3. .large {width: 800; height: 600}
  4. }
  5.  
  6. // or alternatively:
  7.  
  8. @profile_image: {
  9. @thumbnail: {width: 200; height: 100}
  10. @large: {width: 800; height: 600}
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement