mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-19 04:39:29 +00:00
docs: add landing page (#203)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
12
docs/tailwind.config.js
Normal file
12
docs/tailwind.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx,mdx}"],
|
||||
purge: [],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user