From a878c4f0c68fcb194ffc8e1d5733f922c8e6f6e5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 29 Oct 2015 21:51:31 -0700 Subject: [PATCH 1/4] .pagination>{li => .page} --- docs/components/pagination.md | 52 +++++++++++++++++------------------ scss/_pagination.scss | 12 ++++---- scss/mixins/_pagination.scss | 2 +- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/docs/components/pagination.md b/docs/components/pagination.md index 99d4220fa4..d95e5447e2 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -18,18 +18,18 @@ Simple pagination inspired by Rdio, great for apps and search results. The large {% example html %}