scss Sass partial:960-12col Grid
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss Sass partial:960-12col Grid相关的知识,希望对你有一定的参考价值。
/*
Custom Grid Sass partial by Ricardo Zea
Based on the 960 and Skeleton grid systems
http://960.gs
http://www.getskeleton.com
*/
//Nested Column Classes
.column, .columns { display:inline; float:left; margin:0 1%; }
.alpha { margin-left:0; }
.omega { margin-right:0; }
//12 Column Base Grid
.one.column { width:6.3330%; }
.two.columns { width:14.667%; }
.three.columns { width:23.000%; }
.four.columns { width:31.333%; }
.five.columns { width:39.667%; }
.six.columns { width:48.000%; }
.seven.columns { width:56.333%; }
.eight.columns { width:64.667%; }
.nine.columns { width:73.000%; }
.ten.columns { width:81.333%; }
.eleven.columns { width:89.667%; }
.twelve.columns { width:98.000%; }
@media only screen and (max-width:20em) { // 320/16
.one.column,
.two.columns,
.three.columns,
.four.columns,
.five.columns,
.six.columns,
.seven.columns,
.eight.columns,
.nine.columns,
.ten.columns,
.eleven.columns,
.twelve.columns { width:100%; margin:0; }
}
//.clearfix and .row
.clearfix:after,
.row:after { content:''; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.row:after,
.clearfix:after { clear:both; }
.row,
.clearfix { clear:both; zoom:1; }
以上是关于scss Sass partial:960-12col Grid的主要内容,如果未能解决你的问题,请参考以下文章
指南针和 sass:可以自动导入所有部分吗? [复制]
SASS
如何在 CSS 3 媒体查询中使用 SASS 逻辑 [重复]
Rails 无故编译 sass partials
javascript 忽略scss partials
如何在 Angular 应用程序中使用 SASS/SCSS