Медиа-запрос modularscale

Кто-то использует modularscale , мой медиа-запрос не работает. Я пробовал vanilla sass на https://github.com/modularscale/modularscale-sass и здесь репозиторий git

      @import 'modularscale';


    $modularscale: (
      base: 1em,
      ratio: 1.5,
      400px: (
        ratio: 1.2,
      ),
      900px: (
        base: 2em,
        ratio: 1.3,
      ),
      1200px: (
        base: 3em,
        ratio: 1.6,
      ),
    );
    
    h1 {
        font-size: ms(0);
    }
    
    h2 {
        font-size: ms(2);
    }
    
    h3 {
        font-size: ms(3);
    }
    
    h4 {
        font-size: ms(4);
    }

0 ответов

Другие вопросы по тегам