d2l-ui / postcss.config.mjs
Berkkirik's picture
Deploy: 2026-05-04T11:20:23Z
6db5454
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};