compass/doc-src/content/reference/blueprint/liquid.haml

24 lines
533 B
Plaintext
Raw Normal View History

2010-01-28 08:07:44 +00:00
---
title: Blueprint Liquid
crumb: Liquid
framework: blueprint
2010-04-12 09:46:33 +00:00
stylesheet: blueprint/_liquid.scss
2010-04-21 06:33:48 +00:00
layout: blueprint
2010-01-28 08:07:44 +00:00
classnames:
- reference
2010-04-21 16:03:13 +00:00
- blueprint
2010-01-28 08:07:44 +00:00
---
- render 'reference' do
:markdown
Import this to have a liquid grid.
The original liquid grid documentation is
[here](http://groups.google.com/group/blueprintcss/msg/d7171a8bef20b9a2).
By default the container takes 80% of the canvas, you can override this:
<pre class="source-code scss">
.container {
width: 99%
}
</pre>