Search
 
SCRIPT & CODE EXAMPLE
 

CSS

@extend must be used with a %placeholder

// Placeholder
%text-styles {
  color: #202226;
  font-family: $font-page;
  font-size: 17px;
  line-height: 25px;
}

.some-class {
  @extend %text-styles;
}
Comment

PREVIOUS NEXT
Code Example
Css :: send mails from lampp form localhost 
Css :: sidebar fixed when scrolling down css 
Css :: css background full width 
Css :: steps() property css 
Css :: truncate in css 
Css :: css minifier api 
Css :: css nth child skip first 
Css :: how to position something on the same line css 
Css :: make blinking cursor disappear css 
Css :: hover effect on sibling element tailwind 
Css :: text underline 
Css :: sass react 
Css :: sass each index 
Css :: html5 video hide timeline 
Css :: margin on absolute positioned element 
Css :: css blur 
Css :: flexbox gap 
Css :: font for css code google link 
Css :: hover effect button css 
Css :: margin for text in html 
Css :: difference between and px in css 
Css :: min padding 
Css :: css firefox remove scrollbar 
Css :: how to give text two colors in css 
Css :: red css color codes 
Css :: id starts with css 
Css :: how to change another element on hover 
Css :: font gap css 
Css :: row reverse grid 
Css :: css animate border bottom left to right 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =