mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
prevent dry in vue files
This commit is contained in:
parent
d8bf17bddf
commit
6f7a744aef
|
@ -7,4 +7,11 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
},
|
||||
css: {
|
||||
loaderOptions: {
|
||||
sass: {
|
||||
prependData: `@import "@/styles/_variables.scss";`,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user