Skip to content

Commit

Permalink
docs(theming): improve extraProperties examples
Browse files Browse the repository at this point in the history
Resolves #1002
  • Loading branch information
benjamincanac committed Jan 23, 2024
1 parent f96eb5e commit ea9807f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/3.theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

1 comment on commit ea9807f

@vercel
Copy link

@vercel vercel bot commented on ea9807f Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com
ui-nuxt-js.vercel.app

Please sign in to comment.