Horje
@extend must be used with a %placeholder Code Example
@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;
}




Css

Related
visibility Code Example visibility Code Example
how to disable css-select select box Code Example how to disable css-select select box Code Example
read properties from css file Code Example read properties from css file Code Example
get second child div css Code Example get second child div css Code Example
how to disable margin collapsing Code Example how to disable margin collapsing Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9