|
|
@ -12,10 +12,7 @@ export default defineConfig({
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
rules: [
|
|
|
|
rules: [['text-flow', { 'text-overflow': 'ellipsis', 'white-space': 'nowrap', overflow: 'hidden' }]],
|
|
|
|
['bg-theme', { 'background-color': '#B44343' }],
|
|
|
|
|
|
|
|
['text-flow', { 'text-overflow': 'ellipsis', 'white-space': 'nowrap', overflow: 'hidden' }],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shortcuts: {
|
|
|
|
shortcuts: {
|
|
|
|
'switch-animation': 'transition duration-300',
|
|
|
|
'switch-animation': 'transition duration-300',
|
|
|
@ -24,9 +21,9 @@ export default defineConfig({
|
|
|
|
'text-base': 'text-[rgba(0,0,0,0.95)] dark:text-[#f0f0f0] switch-animation',
|
|
|
|
'text-base': 'text-[rgba(0,0,0,0.95)] dark:text-[#f0f0f0] switch-animation',
|
|
|
|
'switch-label-base': 'bg-gray-200 dark:bg-gray-800 switch-animation',
|
|
|
|
'switch-label-base': 'bg-gray-200 dark:bg-gray-800 switch-animation',
|
|
|
|
'switch-span-base': 'bg-white dark:bg-gray-300 switch-animation',
|
|
|
|
'switch-span-base': 'bg-white dark:bg-gray-300 switch-animation',
|
|
|
|
'text-theme': 'text-[#B44343]',
|
|
|
|
'text-brand': 'text-[#C43737]',
|
|
|
|
'text-overflow': 'overflow-hidden whitespace-nowrap truncate',
|
|
|
|
'text-overflow': 'overflow-hidden whitespace-nowrap truncate',
|
|
|
|
'border-theme': 'border-[#B44343]',
|
|
|
|
'border-brand': 'border-[#C43737]',
|
|
|
|
'bg-theme': 'bg-[#B44343]',
|
|
|
|
'bg-brand': 'bg-[#C43737]',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
});
|
|
|
|
});
|
|
|
|