Skip to content

Commit 21cd1ea

Browse files
authored
docs: fix JSON in README (wtho#430)
* Add missing comma in the example `bulma-css-vars.config.js` * Reorder R-G-B in the standard order
1 parent 892baa8 commit 21cd1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { hsl, rgb } from 'bulma-css-vars'
2929
const appColors = {
3030
black: hsl(0, 0, 4),
3131
'scheme-main': rgb(200, 105, 84),
32-
red: { r: 255, b: 0, g: 0}
32+
red: { r: 255, g: 0, b: 0 },
3333
primary: '#663423',
3434
blue: 'blue',
3535
}

0 commit comments

Comments
 (0)