Files
AlgerMusicPlayer/postcss.config.js
T

7 lines
81 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};