Bourbon轻量级 Sass 工具集

联合创作 · 2023-09-24 02:24

Bourbon 包含了一组 Sass mixins,主要为了简化使用,无需配置。

特性:

  • 无依赖
  • 易于阅读
  • 轻巧

示例代码:

box:hover {
  @include animation-name(scale, slide);
  @include animation-duration(2s);
  @include animation-timing-function(ease);
  @include animation-iteration-count(infinite);

  // Animation shorthand works the same as the CSS3 animation shorthand
  @include animation(scale 1.0s ease-in, slide 2.0s ease);
}
浏览 5
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报