keycloak-modern-login/tailwind.config.js

9 lines
144 B
JavaScript
Raw Permalink Normal View History

2023-02-19 02:02:36 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.vue"],
theme: {
extend: {},
},
plugins: [],
};