mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Change no-outline utility value form "none" to "0"
This commit is contained in:
parent
8b3709309d
commit
f188bd3093
@ -3192,7 +3192,7 @@ button,
|
||||
}
|
||||
|
||||
.no-outline {
|
||||
outline: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.overflow-auto {
|
||||
|
||||
@ -2,6 +2,6 @@ import defineClasses from '../util/defineClasses'
|
||||
|
||||
export default function() {
|
||||
return defineClasses({
|
||||
'no-outline': { outline: 'none' },
|
||||
'no-outline': { outline: '0' },
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user