We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce5dd3 commit 5d8b620Copy full SHA for 5d8b620
1 file changed
tailwind.config.mts
@@ -76,7 +76,7 @@ const config: Config = {
76
},
77
78
plugins: [
79
- plugin(({ addBase, addComponents }) => {
+ plugin(({ addBase, addComponents }) => {
80
addComponents({
81
'.gitify-scope-row': {
82
'@apply rounded-md bg-gitify-accounts': {},
@@ -108,7 +108,8 @@ const config: Config = {
108
'--gitify-counter-secondary': colors.gray[600],
109
'--gitify-counter-text': colors.gray[100],
110
111
- });),
+ });
112
+ }),
113
],
114
};
115
0 commit comments