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)

This commit is contained in:
Gary Bell 2017-05-27 21:06:13 +01:00 committed by Jeremy Thomas
parent 4a8a429c64
commit f2ac97a758

View File

@ -4,7 +4,7 @@
width: 320px width: 320px
.color .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) 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 display: inline-block
float: left float: left