mirror of
https://github.com/plausible/analytics.git
synced 2025-01-05 17:16:44 +03:00
9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
|
var tailwindcss = require('tailwindcss');
|
||
|
|
||
|
module.exports = {
|
||
|
plugins: [
|
||
|
tailwindcss('./tailwind.js'),
|
||
|
require('autoprefixer')
|
||
|
]
|
||
|
}
|