Advertisement
Guest User

SCSS

a guest
Aug 19th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. .product_container{
  2.     background-color: $m2;
  3.     &>.teaser>*:not(figure){padding:1.5%;}; //not working
  4. }
  5. .product_container{
  6.     background-color: $m2;
  7.     &>.teaser>:not(figure){padding:1.5%;}; //working
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement