turkmen-expo/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2025-10-12 17:42:17 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};