// SPDX-FileCopyrightText: 2023 Pere Lev
//
// SPDX-License-Identifier: AGPL-3.0-or-later
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};