scss typography_07.scss

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss typography_07.scss相关的知识,希望对你有一定的参考价值。

.component h1 { 
    font-size: 3em; // the size is no longer affected by the --text-scale-ratio
    font-size: calc(var(--text-base-size) * 3); // use base size to create new value - off scale
    font-size: calc(var(--text-xxl) - 0.8em); // use original font size to create new value - off scale
    font-size: var(--text-xl); // update the value of the font size using a different variable
}

以上是关于scss typography_07.scss的主要内容,如果未能解决你的问题,请参考以下文章

scss typography_09.scss

scss typography_06.scss

scss typography_05.scss

scss typography_04.scss

scss typography_03.scss

scss typography_02.scss