Files
AlgerMusicPlayer/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2021-07-19 17:36:48 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};