开发者

Why there is right margin in Compass CSS Blueprint?

开发者 https://www.devze.com 2023-02-28 18:42 出处:网络
I\'ve use the compass CSS with blueprint for sometimes. I notice there\'s a right margin with every column in compass CSS.

I've use the compass CSS with blueprint for sometimes. I notice there's a right margin with every column in compass CSS.

Is it required? how can I remove it?

Because sometimes it's quite annoying and mess with my design plan.

#hc, #fc {
 开发者_StackOverflow社区   @include column($blueprint-grid-columns);
}

This cause #hc to have a right margin.


I am pretty sure you can just set the column margins via the config variable:

 $blueprint-grid-margin: 10px

See the reference: http://compass-style.org/reference/blueprint/grid/#const-blueprint-grid-margin

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号