13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
|
// defaultConfig.stub.js
|
||
|
|
||
|
variants: {
|
||
|
alignContent: ['responsive'],
|
||
|
alignItems: ['responsive'],
|
||
|
alignSelf: ['responsive'],
|
||
|
appearance: ['responsive'],
|
||
|
backgroundAttachment: ['responsive'],
|
||
|
backgroundColor: ['responsive', 'hover', 'focus'],
|
||
|
backgroundPosition: ['responsive'],
|
||
|
backgroundRepeat: ['responsive'],
|
||
|
// ...
|
||
|
}
|