- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/pandao/prefixes.scss
- 软件文档: https://github.com/pandao/prefixes.scss
软件介绍
Prefixes.scss 是一个 Sass/Scss 的 CSS(3) 前缀处理Mixins library,免安装,直接import,可自定义需要的前缀。
示例:
Scss:
@import "prefixes";
.example {
@include clearfix();
@include border-radius(4px);
@include box-shadow(0 1px 5px rgba(0, 0, 0, .5));
}
Sass:
@import "prefixes" .example @include clearfix() @include border-radius(4px) @include box-shadow(0 1px 5px rgba(0, 0, 0, .5))
CSS:
.example {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.example:before, .example:after {
content: " ";
display: table;
}
.example:after {
clear: both;
}
Designing Web Navigation
James Kalbach / O'Reilly Media / 2007-8-15 / USD 49.99
Thoroughly rewritten for today's web environment, this bestselling book offers a fresh look at a fundamental topic of web site development: navigation design. Amid all the changes to the Web in the pa......一起来看看 《Designing Web Navigation》 这本书的介绍吧!
html转js在线工具
html转js在线工具
HEX CMYK 转换工具
HEX CMYK 互转工具
