How to use the less public variable in nuxt

if you want to define a global less variable and then use it, how do you configure it

Mar.03,2021

are you done


npm I style-resources-loader-D


build: {

in

nuxt.config.js

styleResources:{
    less:'./assets/css/base.less'
}

}

Menu