docs(theming): improve extraProperties examples

Resolves #1002
This commit is contained in:
Benjamin Canac
2024-01-23 10:45:00 +01:00
parent f96eb5e8b7
commit ea9807f921

View File

@@ -321,8 +321,8 @@ export default defineNuxtConfig({
icons: {
// might solve stretch bug on generate, see https://github.com/egoist/tailwindcss-icons/issues/23
extraProperties: {
'-webkit-mask-size': 'contain',
'-webkit-mask-position': 'center'
'mask-size': 'contain',
'mask-position': 'center'
},
collections: {
foo: {