merging
This commit is contained in:
commit
0b21380ffa
@ -1,6 +1,6 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/HubFeenixMakers/merged
|
remote: https://github.com/HubFeenixMakers/merged
|
||||||
revision: c4da3d112c7d8a67dd8c2c5772bcadf193ff6731
|
revision: e68188b1a8660468259eaaa36e0237160671d9bc
|
||||||
specs:
|
specs:
|
||||||
merged (0.1.0)
|
merged (0.1.0)
|
||||||
active_hash
|
active_hash
|
||||||
|
@ -15,3 +15,7 @@
|
|||||||
#thredded--container{
|
#thredded--container{
|
||||||
max-width: 60rem;
|
max-width: 60rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prose{
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
@ -20,6 +20,45 @@ module.exports = {
|
|||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
||||||
},
|
},
|
||||||
|
typography: ({ theme }) => ({
|
||||||
|
inherit: {
|
||||||
|
css: {
|
||||||
|
'--tw-prose-body': 'inherit' ,
|
||||||
|
'--tw-prose-headings': 'inherit',
|
||||||
|
'--tw-prose-lead': 'inherit' ,
|
||||||
|
'--tw-prose-links': 'inherit' ,
|
||||||
|
'--tw-prose-bold': 'inherit' ,
|
||||||
|
'--tw-prose-counters': 'inherit' ,
|
||||||
|
'--tw-prose-bullets': 'inherit' ,
|
||||||
|
'--tw-prose-hr': 'inherit' ,
|
||||||
|
'--tw-prose-quotes': 'inherit' ,
|
||||||
|
'--tw-prose-quote-borders': 'inherit' ,
|
||||||
|
'--tw-prose-captions': 'inherit' ,
|
||||||
|
'--tw-prose-code': 'inherit' ,
|
||||||
|
'--tw-prose-pre-code': 'inherit' ,
|
||||||
|
'--tw-prose-pre-bg': 'inherit' ,
|
||||||
|
'--tw-prose-th-borders': 'inherit' ,
|
||||||
|
'--tw-prose-td-borders': 'inherit' ,
|
||||||
|
'--tw-prose-invert-body': 'inherit' ,
|
||||||
|
'--tw-prose-invert-headings': 'inherit',
|
||||||
|
'--tw-prose-invert-lead': 'inherit' ,
|
||||||
|
'--tw-prose-invert-links': 'inherit',
|
||||||
|
'--tw-prose-invert-bold': 'inherit',
|
||||||
|
'--tw-prose-invert-counters': 'inherit' ,
|
||||||
|
'--tw-prose-invert-bullets': 'inherit' ,
|
||||||
|
'--tw-prose-invert-hr': 'inherit' ,
|
||||||
|
'--tw-prose-invert-quotes': 'inherit' ,
|
||||||
|
'--tw-prose-invert-quote-borders': 'inherit' ,
|
||||||
|
'--tw-prose-invert-captions': 'inherit' ,
|
||||||
|
'--tw-prose-invert-code': 'inherit',
|
||||||
|
'--tw-prose-invert-pre-code': 'inherit' ,
|
||||||
|
'--tw-prose-invert-pre-bg': 'inherit',
|
||||||
|
'--tw-prose-invert-th-borders': 'inherit' ,
|
||||||
|
'--tw-prose-invert-td-borders': 'inherit' ,
|
||||||
|
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
Loading…
Reference in New Issue
Block a user