We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4984e commit fc75cf9Copy full SHA for fc75cf9
__tests__/plugins/textColor.test.js
@@ -54,10 +54,10 @@ test('colors can be a nested object', () => {
54
{
55
utilities: {
56
'.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' },
+ '.text-white-25': { color: 'rgba(255,255,255,.25)' },
+ '.text-white-50': { color: 'rgba(255,255,255,.5)' },
+ '.text-white-75': { color: 'rgba(255,255,255,.75)' },
+ '.text-white': { color: '#fff' },
61
'.text-red-1': { color: 'rgb(33,0,0)' },
62
'.text-red-2': { color: 'rgb(67,0,0)' },
63
'.text-red-3': { color: 'rgb(100,0,0)' },
0 commit comments