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: { icons: {
// might solve stretch bug on generate, see https://github.com/egoist/tailwindcss-icons/issues/23 // might solve stretch bug on generate, see https://github.com/egoist/tailwindcss-icons/issues/23
extraProperties: { extraProperties: {
'-webkit-mask-size': 'contain', 'mask-size': 'contain',
'-webkit-mask-position': 'center' 'mask-position': 'center'
}, },
collections: { collections: {
foo: { foo: {