Skip to content

Commit b8df829

Browse files
authored
Merge pull request #341 from stephtr/patch-1
docs: fix typo (hex code for green color)
2 parents 25c3cec + 38d93d2 commit b8df829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/adding-new-utilities.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For example, given the following CSS:
3030
}
3131

3232
.bg-green {
33-
background-color: #0000ff;
33+
background-color: #00ff00;
3434
}
3535
```
3636

0 commit comments

Comments
 (0)