开发者

The .sass file has "+column(!main_content_width)" -- what does it mean?

开发者 https://www.devze.com 2023-01-22 10:39 出处:网络
Is it actually part of BluePrint?W开发者_运维知识库hat do they do? +column(!main_content_width)

Is it actually part of BluePrint? W开发者_运维知识库hat do they do?

+column(!main_content_width)
+clearfix

Where can some intro docs be found for it? thanks.


These are part of Compass, the stylesheet authoring framework built on top of Sass. See the following:

  • http://compass-style.org/docs/reference/blueprint/grid/#mixin-column
  • http://compass-style.org/docs/reference/compass/utilities/general/clearfix/

The column mixin is part of the Blueprint module, which is included with Compass.

0

精彩评论

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