Skip to content

Commit fc75cf9

Browse files
committed
Fix code style
1 parent da4984e commit fc75cf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

__tests__/plugins/textColor.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ test('colors can be a nested object', () => {
5454
{
5555
utilities: {
5656
'.text-purple': { color: 'purple' },
57-
'.text-white-25': { 'color': 'rgba(255,255,255,.25)' },
58-
'.text-white-50': { 'color': 'rgba(255,255,255,.5)' },
59-
'.text-white-75': { 'color': 'rgba(255,255,255,.75)' },
60-
'.text-white': { 'color': '#fff' },
57+
'.text-white-25': { color: 'rgba(255,255,255,.25)' },
58+
'.text-white-50': { color: 'rgba(255,255,255,.5)' },
59+
'.text-white-75': { color: 'rgba(255,255,255,.75)' },
60+
'.text-white': { color: '#fff' },
6161
'.text-red-1': { color: 'rgb(33,0,0)' },
6262
'.text-red-2': { color: 'rgb(67,0,0)' },
6363
'.text-red-3': { color: 'rgb(100,0,0)' },

0 commit comments

Comments
 (0)