纯CSS3打造超逼真的Sublime编辑器界面
A Sublime in CSS3
jQuery之家
返回下载页
$breakpoints
: (phone:
320px
, tablet:
768px
, desktop:
1024px
);
/* Inclusive and exclusive operators for a finer control over the intervals */
@include media
(
">phone"
,
"<=tablet"
) {
width:
50%
;
}