atlp-rwanda/hackers-ec-Fe

View on GitHub
postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
    plugins: {
        tailwindcss: {},
        autoprefixer: {},
    },
};