mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add bg-auto to the backgroundSize generator
This commit is contained in:
parent
f87c930ff6
commit
5acfa18d92
@ -2,6 +2,9 @@ import defineClasses from '../util/defineClasses'
|
||||
|
||||
export default function() {
|
||||
return defineClasses({
|
||||
'bg-auto': {
|
||||
'background-size': 'auto',
|
||||
},
|
||||
'bg-cover': {
|
||||
'background-size': 'cover',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user