Jeet代码片段
Jeet网格系统的Sublime Text代码片段
详细信息
安装次数
- 总数 1K
- Win 525
- Mac 353
- Linux 141
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
说明
Jeet代码片段
Jeet网格系统的Sublime Text代码片段
安装
使用Package Control
- 打开命令面板
- Package Control: 安装软件包
- 搜索Jeet代码片段
- 安装
用法
输入以下触发器并按tab
键。代码片段将以高亮显示的文本
插入。
这些触发器在.styl
或.scss
文件的任何地方都有效。
触发器 | Stylus | SCSS |
---|---|---|
alb | align(both ) |
@include align(both ); |
alh | align(horizontal ) |
@include align(horizontal ); |
alv | align(vertical ) |
@include align(vertical ); |
cen | center() | @include center(); |
cf | cf() | @include cf(); |
col | column(1/3 ) |
@include column(1/3 ); |
cg | column-gutter(1/3 ) |
@include column-gutter(1/3 ); |
cw | column-width(1/3 ) |
@include column-width(1/3 ); |
edit | edit(black ) |
@include edit(black ); |
sh | shift(1/3 ) |
@include shift(1/3 ); |
span | span(1/3 ) |
@include span(1/3 ); |
stack | stack() | @include stack(); |
uncen | uncenter() | @include uncenter(); |
uns | unshift() | @include unshift(); |
unstack | unstack() | @include unstack(); |
这些触发器只能在上述函数/混入(mixins)中的参数内使用。
触发器 | Stylus | SCSS |
---|---|---|
align | align: center |
$align: center |
cs | col_or_span: column |
$col_or_span: column |
cyc | cycle: 3 |
$cycle: 3 |
gut | gutter: 3 |
$gutter: 3 |
mw | max_width: 100 px |
$max_width: 100 px |
off | offset: 1/3 |
$offset: 1/3 |
pad | pad: 100 px |
$pad: 100 px |
unc | uncycle: 3 |
$uncycle: 3 |