mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user