mirror of
https://github.com/makeplane/plane.git
synced 2025-12-29 00:24:56 +01:00
* feat: oidc and saml authentication * fix: removing build branch one workflow * fix: linting errors --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|