mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user