-
.text-hide @include squish-text()偏移文本从而隐藏了文本,按钮上就不会出现文字 .btn-find @include replace-text("img"); replace-text-with-dimensions()自动计算本地图片的宽高,用得到的图片宽高去设置容器的宽高查看全部
-
@include horizontal-list()查看全部
-
typography模块分4个模块,主要是修饰文本,是面子 link:连接 lists:列表 text:文本修饰模块 vertical Rhythm:垂直韵律修饰模块查看全部
-
@debug 日志 @debug browsers()打印支持的浏览器信息查看全部
-
引入CSS3,然后调用 @include box-show(1px 1px 3px 2px #cfcecf);查看全部
-
hg"真诚"-yw查看全部
-
reset一共包涵12个ls,有些与normalize对应查看全部
-
compass支持CSS3的特性 备注:这个模块介绍了很多css3的一些特性,很多都没听说过,有必要过一遍查看全部
-
配置支持浏览器版本 $browser-minimum-versions:("ie":"8");查看全部
-
引入support查看全部
-
CSS3主动使用率最高的一个模块,主要用于夸浏览器的的css3的能力查看全部
-
配置列的颜色: $grid-background-column-color:rgba(255,0,0,.25);//设置一个半透明的红色查看全部
-
sticky用来使我们的footer始终位于浏览器的最低端,当主体部分超出时始终位于最底部, 但必须采用固定机构 @import "compass/layout"; @include sticky-footer(30px); 自定义机构: @include sticky-footer(30px,"#my-root","#my-root-footer","my-footer")查看全部
-
如果说reset模块是compass里用起来最简单的模块,那么layout为compass使用率最低的一个模块 grid-background sticky-footer stretching 使用: @include stretch(5px,5px,5px,5px) @include stretch($offset-top:5px,$offset-bottom"5px,$offset-left:5px,$offset-right:5px) 其他还有 stretch-y($offset-top,$offset-bottom) stretch-x($offset-left,$offset-right)查看全部
-
normalize引入: 这样一个子类的引入都需要在前面声明引入一个normalize-version的版本查看全部
举报
0/150
提交
取消