forked from jason/cpolis
Clean up project structure
This commit is contained in:
11
configs/tailwind.config.js
Normal file
11
configs/tailwind.config.js
Normal file
@ -0,0 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./web/templates/*.html"],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/typography')
|
||||
],
|
||||
darkMode: 'selector',
|
||||
}
|
Reference in New Issue
Block a user