12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
|
// tailwind.config.js
|
||
|
|
||
|
module.exports = {
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [
|
||
|
require('tailwindcss-list-reset')()
|
||
|
],
|
||
|
variants: {},
|
||
|
}
|