Search
 
SCRIPT & CODE EXAMPLE
 

CSS

sass class with another class

.myclass {
  font-weight: bold;
  font-size: 90px;
}

.myotherclass {
  @extend .myclass;
  color: #000000;
}
Comment

PREVIOUS NEXT
Code Example
Css :: @font-face rule in css 
Css :: elementor accordion closed by default 
Css :: print not showing background image 
Css :: svg image shadow css 
Css :: comment one line css 
Css :: style direction 
Css :: sass loops 
Css :: how to set a div size to full screen 
Css :: wrap none css 
Css :: how to set div background image 
Css :: dashed lin in css 
Css :: positioning button inside div 
Css :: css animate border bottom left to right 
Css :: how to view downloading speed 
Css :: css horizontal gradient background color 
Css :: kommentar css 
Css :: how to hide some grid items from grid in css 
Css :: child css 
Css :: scrollbar-color 
Css :: css toggle visibility 
Css :: maxheight media query 
Css :: remove effect off animation css 
Css :: laravel enum column 
Css :: difference between private key and private key ssh 
Css :: css for paragraph beautiful 
Css :: css keyframes 
Css :: media query for mobile min and max width both 
Css :: justify second line of ul 
Css :: keyframe 
Css :: scss ::after 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =