rlcube / postcss.config.mjs
imwithye's picture
format codes
1afe868
raw
history blame
81 Bytes
const config = {
plugins: ['@tailwindcss/postcss'],
};
export default config;