as shown in the title, trying sass-resources-loader cannot solve the problem of global introduction of postcss. Now I can only import global mixin functions into each vue component, which is very inconvenient. Is there any other way?
as shown in the title, trying sass-resources-loader cannot solve the problem of global introduction of postcss. Now I can only import global mixin functions into each vue component, which is very inconvenient. Is there any other way?
Previous: What does the function-style code that begins with brackets in mutations.js 's export default mean?