From 998169a0a0fd7cfd51a463c29d1ccac8f85d3543 Mon Sep 17 00:00:00 2001 From: Joe Lanman Date: Thu, 16 Jul 2015 16:22:12 +0100 Subject: [PATCH] Change to 'button-start' class name The current class name is `button-get-started` which can be confusing and hard to remember if you don't have that text on the button. The example says 'Start now' - I propose just having `button-start` so it's agnostic to what text is on the button. Continue to support `button-get-started` as an alias for now, so it doesn't break people's code --- public/sass/elements/_buttons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/public/sass/elements/_buttons.scss b/public/sass/elements/_buttons.scss index 134a23c1a..de1732074 100644 --- a/public/sass/elements/_buttons.scss +++ b/public/sass/elements/_buttons.scss @@ -36,6 +36,7 @@ } // Start now buttons +.button-start, .button-get-started { @include bold-24; background-image: file-url("icons/icon-pointer.png");