You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
175 B

  1. h1 {
  2. font-size: 28px;
  3. }
  4. h2 {
  5. font-size: 18px;
  6. }
  7. h3 {
  8. font-size: 16px;
  9. }
  10. @each $color, $colorvalue in $material-colors {
  11. i.is-#{$color} {
  12. color: mc($color, '600');
  13. }
  14. }