scss 使用Google Material Icons作为之前和之后

Posted

tags:

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

/*
 * icon list: https://material.io/tools/icons/?style=baseline
 * codepoints: https://github.com/google/material-design-icons/blob/master/iconfont/codepoints
 */
.icon {
  &:before {
    content: '\e315';
    font-family: 'Material Icons';
  }
}

以上是关于scss 使用Google Material Icons作为之前和之后的主要内容,如果未能解决你的问题,请参考以下文章

scss Sass Mixin:Google Material Design Shadow

scss Sass Mixin:Google Material Design Shadow

scss Sass Mixin:Google Material Design Shadow

Google icons 库 Compose就可以直接用。

如何实现新的 Material Design 底部应用栏

scss 材质设计阴影(https://material.io/guidelines/resources/shadows.html#shadows-sketch)