mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix code style
This commit is contained in:
parent
da4984e0e1
commit
fc75cf9d45
@ -54,10 +54,10 @@ test('colors can be a nested object', () => {
|
||||
{
|
||||
utilities: {
|
||||
'.text-purple': { color: 'purple' },
|
||||
'.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' },
|
||||
'.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' },
|
||||
'.text-red-1': { color: 'rgb(33,0,0)' },
|
||||
'.text-red-2': { color: 'rgb(67,0,0)' },
|
||||
'.text-red-3': { color: 'rgb(100,0,0)' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user