Skip to content

Commit 533d4d8

Browse files
committed
Fixed small mistake
1 parent ea4bb13 commit 533d4d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module.exports = plugin(function({ theme }) {
2121
'nord11': '#BF616A',
2222
'nord12': '#D08770',
2323
'nord13': '#EBCB8B',
24-
'nord14': '#A3BE8C', 'nord15': '#B48EAD',
24+
'nord14': '#A3BE8C',
25+
'nord15': '#B48EAD',
2526

2627
/* Tailwind-like Nord color names */
2728
'nord-0': '#2E3440',

0 commit comments

Comments
 (0)