From: Gary Bell Date: Sat, 27 May 2017 20:06:13 +0000 (+0100) Subject: Fix syntax issue with the docs scss file by removing a semi-colon. This brings it... X-Git-Tag: 0.4.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ac97a758af5f91a284e5ae2395d50266979eab;p=thirdparty%2Fbulma.git Fix syntax issue with the docs scss file by removing a semi-colon. This brings it in line with the style buide in .github/CONTRIBUTING.md (#758) --- diff --git a/docs/sass/specific.sass b/docs/sass/specific.sass index 9d355d424..2435c72de 100644 --- a/docs/sass/specific.sass +++ b/docs/sass/specific.sass @@ -4,7 +4,7 @@ width: 320px .color - border-radius: 2px; + border-radius: 2px box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1) display: inline-block float: left