optimized content loading with smaller css
This commit is contained in:
16
tailwind-employee.config.js
Normal file
16
tailwind-employee.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/web/templates/user/employee_base.html", "./src/web/templates/user/employee_*.html"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'brand-bg': '#1a1a2e',
|
||||
'brand-bg-dark': '#0f0f1a',
|
||||
'brand-bg-light': '#252540',
|
||||
'brand-highlight': '#e94560',
|
||||
'brand-accent': '#0f3460',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user