mirror of
https://github.com/JustusPlays78/ChangelogApp.git
synced 2025-04-29 05:00:30 +00:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
require('tailwindcss'),
|
||
|
require('autoprefixer'),
|
||
|
],
|
||
|
};
|