This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
identity/identity-web/postcss.config.js

7 lines
73 B
JavaScript
Raw Normal View History

2024-06-13 20:00:45 +00:00
export default {
2024-06-29 16:32:27 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};