scss 使用Bourbon Neat和选择器调整网格大小。需要http://bourbon.io和http://neat.bourbon.io
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 使用Bourbon Neat和选择器调整网格大小。需要http://bourbon.io和http://neat.bourbon.io相关的知识,希望对你有一定的参考价值。
// 481 and up
.gallery {
li {
@include span-columns(6);
&:nth-child(2n) {
margin-right: 0;
}
}
}
// 768 and up
.gallery {
li {
@include span-columns(4);
&:nth-child(2n) {
margin-right: 2.35765% !important;
}
&:nth-child(3n) {
margin-right: 0 !important;
}
}
}
以上是关于scss 使用Bourbon Neat和选择器调整网格大小。需要http://bourbon.io和http://neat.bourbon.io的主要内容,如果未能解决你的问题,请参考以下文章
导入 scss 文件中 ~ 的含义
使用 Bourbon Neat 删除跨度列上的边距
scss 来自bourbon.io的utils.scss
创建反应应用程序(不弹出)+波旁威士忌/整洁?
scss 在scss中使用非选择器定位除主页之外的所有页面
scss 在scss中使用非选择器定位除主页之外的所有页面