user-auth store frontend css v1

This commit is contained in:
2023-01-02 17:09:16 +05:30
parent ca6e6e88ce
commit 9eabcb9e0d
34 changed files with 20189 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.rs',
],
theme: {
extend: {},
},
plugins: [],
}