Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
11
crates/como_web/tailwind.config.js
Normal file
11
crates/como_web/tailwind.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: 'media',
|
||||
content: {
|
||||
files: ["*.html", "./src/**/*.rs"],
|
||||
},
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: []
|
||||
}
|
Reference in New Issue
Block a user