mirror of
https://github.com/opdavies/tailwindcss-plugin-hocus-state.git
synced 2025-02-02 08:57:32 +00:00
10 lines
127 B
JavaScript
10 lines
127 B
JavaScript
|
module.exports = {
|
||
|
content: ['./index.html'],
|
||
|
theme: {
|
||
|
extend: {
|
||
|
//
|
||
|
},
|
||
|
},
|
||
|
plugins: [require('./src')],
|
||
|
}
|