You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Frontend cleanups
Mainly: - better handling of GraphQL errors - better logout state - dependencies update - a way to end browser sessions in the GraphQL API
This commit is contained in:
@ -17,9 +17,5 @@
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require("tailwindcss"),
|
||||
require("autoprefixer"),
|
||||
require("postcss-prune-var"),
|
||||
],
|
||||
plugins: [require("tailwindcss"), require("autoprefixer")],
|
||||
};
|
||||
|
Reference in New Issue
Block a user