Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

saas mixin

@mixin important-text {
    color: red;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
h1{
  @include  important-text;
}
 
PREVIOUS NEXT
Tagged: #saas #mixin
ADD COMMENT
Topic
Name
5+9 =