mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-29 03:10:41 +01:00
Working and fixing some bugs
This commit is contained in:
@@ -280,7 +280,11 @@ module.exports = defineConfig({
|
||||
divideColor: (theme) => theme('borderColor'),
|
||||
divideOpacity: (theme) => theme('borderOpacity'),
|
||||
divideWidth: (theme) => theme('borderWidth'),
|
||||
fill: { current: 'currentColor' },
|
||||
fill: theme => ({
|
||||
current: 'currentColor',
|
||||
'adonis-dark': theme('colors.purple.500'),
|
||||
'adonis-light': theme('colors.purple.800')
|
||||
}),
|
||||
flex: {
|
||||
1: '1 1 0%',
|
||||
auto: '1 1 auto',
|
||||
|
||||
Reference in New Issue
Block a user