From 12c5473e7a3633616628c47e20e0eb23bbb01aec Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 17 Dec 2014 18:36:51 -0800 Subject: [PATCH] rename .previous => .pager-prev , .next => .pager-next --- docs/components/pagination.md | 10 +++++----- scss/_pager.scss | 28 ++++++++++++++-------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/components/pagination.md b/docs/components/pagination.md index c16f97cb6c..dacc653f7a 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -63,7 +63,7 @@ Links are customizable for different circumstances. Use `.disabled` for unclicka {% endexample %} -You can optionally swap out active or disabled anchors for ``, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles. +You can optionally swap out active or disabled anchors for ``, or omit the anchor in the case of the prev/next arrows, to remove click functionality while retaining intended styles. {% highlight html %}