Skip to content

Commit 554b15b

Browse files
authored
Use integer keys to fix prettier warnings (#866)
1 parent 8508037 commit 554b15b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

www/tailwind.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const brand = {
2-
'100': '#EEDBF5',
3-
'200': '#DBB2EB',
4-
'300': '#C88AE0',
5-
'400': '#B562D5',
6-
'500': '#A13ACB',
7-
'600': '#832CA5',
8-
'700': '#63217D',
9-
'800': '#431655',
10-
'900': '#230C2C',
2+
100: '#EEDBF5',
3+
200: '#DBB2EB',
4+
300: '#C88AE0',
5+
400: '#B562D5',
6+
500: '#A13ACB',
7+
600: '#832CA5',
8+
700: '#63217D',
9+
800: '#431655',
10+
900: '#230C2C',
1111
};
1212

1313
module.exports = {

0 commit comments

Comments
 (0)