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