Search
 
SCRIPT & CODE EXAMPLE
 

CSS

@each scss

$sizes: 40px, 50px, 80px;

@each $size in $sizes {
  .icon-#{$size} {
    font-size: $size;
    height: $size;
    width: $size;
  }
}
Comment

PREVIOUS NEXT
Code Example
Css :: font-strech css 
Css :: css especifico para safari 
Css :: hover border bottom css fixed 
Css :: button css 
Css :: black gradient background effect 
Css :: change font size according to screen css 
Css :: line-height css 
Css :: css supports 
Css :: color code for cyan 
Css :: plasma state of matter 
Css :: javafx set border outside 
Css :: image on top of image css 
Css :: jest test try catch 
Css :: curve bottom of square css 
Css :: box model properties 
Css :: border buttom color 
Css :: css no wrap 
Css :: @supports css 
Css :: wordpress theme my login redirect after login 
Css :: how to hange the color of your cursor in css 
Css :: css tbody full width 
Css :: position css 
Css :: css hsla 
Css :: scroll css 
Css :: absolute center css 
Css :: link active css 
Css :: bootstrap-start 
Css :: css transparent color 
Css :: remove clicked button border 
Css :: how to stop overflow in css 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =