Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)B
Posts
4
Comments
23
Joined
7 mo. ago

  • How come I can't see any comments? It says 17 but I can't see them.

  • I think it really helps if you dont like !important:

     
        
    @layer base, toggles;
    @layer toggles {
        .wprm-print-hide-recipe-nutrition .wprm-recipe-nutrition-label-section {
            display: none;
        }
    }
    
    
      

    instead of

     
        
    .wprm-print-hide-recipe-nutrition .wprm-recipe-nutrition-label-section {
        display: none !important;
    }
    
      

    I guess I answered my own question - I think its a neat feature and ill use it.