mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 04:52:40 +00:00
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
require('tailwindcss'),
|
||
|
require('autoprefixer'),
|
||
|
],
|
||
|
}
|