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:
parent
4a8a429c64
commit
f2ac97a758
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue