Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

all heading tags selector scss

@for $index from 1 through 6 {
    h#{$index} {
        color:black;
    }
}
 
PREVIOUS NEXT
Tagged: #heading #tags #selector #scss
ADD COMMENT
Topic
Name
1+5 =