Skip to content

Commit a42448f

Browse files
authored
Update README.md
Add missing colon to `$nb-breakpoints` override example in the README.
1 parent a9b0270 commit a42448f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Thankfully Nebula CSS settings all have the `!default` flag attached which means
408408

409409
```sass
410410
/*/settings/_my-overrides.scss*/
411-
$nb-breakpoints(
411+
$nb-breakpoints: (
412412
sm: 800px,
413413
md: 900px,
414414
lg: 1000px,

0 commit comments

Comments
 (0)