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