SawyerSven / bee-vscode-extension

Industrious little bee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bee

像小蜜蜂一样勤劳的插件

功能

  • 注入合理的scss mixins
  • 为注入的scss mixins添加snippets

用法

使用command+shift+p打开命令栏,并且输入bee

代码片段

关键字 内容 备注
flex @include flex(justify-content,align-items,flex-direction,flex-wrap)
font @include font(color,font-size,line-height,bold-type) bold-type取值为:"bold","semibold","regular"
fs @include font-style(font-size,line-height,bold-type) 同font,少了颜色的定义
ellipsis @include ellipsis(lines) lines为x的时候,最大x行,超出省略

About

Industrious little bee

License:MIT License


Languages

Language:TypeScript 100.0%