'How to import stylus mixins in Nuxt 3?

In nuxt2 im using style resource loader to import mixins globally in every file and component. But style resource loader is not working with nuxt3

styleResources: {
    stylus: [
      'nib',
      '@/assets/styl/_setting.styl'
    ]
},

How i can do the same with nuxt 3?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source