scss _image.scss

Posted

tags:

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

@mixin image($w, $h, $scale:1){
  $width: floor($w * $scale);
  $height: floor($h * $scale);
  width: $width + px;
  height: $height + px;
  background-size: $width + px $height + px;
  background-repeat: no-repeat;
  background-position: center center;
}

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

react-image-gallery 不应用样式

如何为所有 scss 文件定义 sass 变量

scss 修复基础bug基金会scss基础_functions.scss

scss _hr.scss

scss _dotted线-ellipsis.scss

scss _centering.scss