Guest User

Untitled

a guest
Jan 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. .moduleName{
  2. &-item{
  3. &-figure{ ... }
  4. }
  5.  
  6.  
  7.  
  8. &:hover{
  9. ...
  10. .moduleName-item{
  11. ...
  12. }
  13. .moduleName-item-figure{
  14. ...
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment