mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
},
|
|
};
|