mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-24 20:00:22 +00:00
Add custom theme option
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module.exports = {
|
||||
import config from './gitprofile.config';
|
||||
|
||||
export default {
|
||||
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
@@ -6,5 +8,6 @@ module.exports = {
|
||||
plugins: [require('daisyui')],
|
||||
daisyui: {
|
||||
logs: false,
|
||||
themes: [...config.themeConfig.themes, config.themeConfig.customTheme],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user