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
|
2010-05-16 16:35:44 +00:00
|
|
|
:markdown
|
2010-05-05 07:39:58 +00:00
|
|
|
Import this to have a liquid grid.
|
2010-05-16 16:35:44 +00:00
|
|
|
|
|
|
|
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>
|