rlcube / postcss.config.mjs
imwithye's picture
format codes
1afe868
Raw
History Blame Contribute Delete
81 Bytes
const config = {
plugins: ['@tailwindcss/postcss'],
};
export default config;