From cb2d4aec1c622481d06d1a98d888630e9afb5c52 Mon Sep 17 00:00:00 2001
From: Akash Devaraju The CSS changes are quite straightforward: 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..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
<div class="row reverse" am-Grid-Row="reverse">
<div class="column-12--hand column-8--lap" am-Grid-Col="12 lap:8"