mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
// @ts-nocheck
|
|
module.exports = {
|
|
plugins: [require("autoprefixer"), require("postcss-csso")],
|
|
};
|