mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
},
|
|
};
|