Learning_Management_System_LMS/postcss.config.js

7 خطوط
81 B
JavaScript

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