mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-04-16 23:15:50 -05:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
plugins: [
|
|
require("postcss-import"),
|
|
require("tailwindcss"),
|
|
require("autoprefixer"),
|
|
],
|
|
};
|