From cb2d4aec1c622481d06d1a98d888630e9afb5c52 Mon Sep 17 00:00:00 2001 From: Akash Devaraju Date: Sat, 13 Sep 2014 23:07:50 +0530 Subject: [PATCH] Fixed wrong class name for bootstrap button --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 824208f..8307b38 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@

The CSS changes are quite straightforward:

.btn [am-Button] { /* Default button styles */ }
 .btn-primary [am-Button~="primary"] { /* Primary colours */ }
-.btn-large [am-Button~="large"] { /* Large sizing */ }
+.btn-lg [am-Button~="large"] { /* Large sizing */ }
 

Example: Flexbox Grid

Using a grid system is commonplace and Flexbox Grid is one we're particularly fond of. Here we've converted some example markup into an AM style.

<div class="row reverse" am-Grid-Row="reverse">
   <div class="column-12--hand column-8--lap" am-Grid-Col="12 lap:8"