12 lines
142 B
JavaScript
Vendored
12 lines
142 B
JavaScript
Vendored
module.exports = {
|
|
theme: {
|
|
extend: {
|
|
width: {
|
|
'96': '24rem'
|
|
}
|
|
},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
}
|