10 lines
130 B
JavaScript
10 lines
130 B
JavaScript
|
module.exports = {
|
||
|
theme: {
|
||
|
extend: {}
|
||
|
},
|
||
|
variants: {
|
||
|
margin: ['responsive', 'first', 'last'],
|
||
|
},
|
||
|
plugins: []
|
||
|
}
|