mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-10 08:08:52 -06:00
switch to global variable file import for scss
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
module.exports = {
|
||||
outputDir: '../dist/',
|
||||
assetsDir: './static',
|
||||
css: {
|
||||
loaderOptions: {
|
||||
sass: {
|
||||
prependData: '@import "@/scss/_variables.scss";'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user