CSR-302: add comments and also put change on vue.release.config.js
This commit is contained in:
parent
d038b44198
commit
045a77b11a
2 changed files with 3 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ module.exports = {
|
||||||
loaderOptions: {
|
loaderOptions: {
|
||||||
sass: {
|
sass: {
|
||||||
// Load Order Matters!!!
|
// Load Order Matters!!!
|
||||||
|
// Note: only include functions, variables and mixins here
|
||||||
prependData: `
|
prependData: `
|
||||||
@import "./node_modules/bootstrap/scss/functions";
|
@import "./node_modules/bootstrap/scss/functions";
|
||||||
@import "@/styles/ux-variables.scss";
|
@import "@/styles/ux-variables.scss";
|
||||||
|
|
|
||||||
|
|
@ -7,17 +7,13 @@ module.exports = {
|
||||||
loaderOptions: {
|
loaderOptions: {
|
||||||
sass: {
|
sass: {
|
||||||
// Load Order Matters!!!
|
// Load Order Matters!!!
|
||||||
|
// Note: only include functions, variables and mixins here
|
||||||
prependData: `
|
prependData: `
|
||||||
@import "./node_modules/bootstrap/scss/functions";
|
@import "./node_modules/bootstrap/scss/functions";
|
||||||
@import "@/styles/ux-variables.scss";
|
@import "@/styles/ux-variables.scss";
|
||||||
@import "./node_modules/bootstrap/scss/variables";
|
@import "./node_modules/bootstrap/scss/variables";
|
||||||
@import "./node_modules/bootstrap/scss/mixins";
|
@import "./node_modules/bootstrap/scss/mixins";
|
||||||
@import "@/styles/mixins/customMixins";
|
@import "@/styles/mixins/customMixins";
|
||||||
@import "./node_modules/bootstrap/scss/bootstrap";
|
|
||||||
@import "@/styles/common-styles.scss";
|
|
||||||
@import "@/styles/common-button-styles.scss";
|
|
||||||
@import "@/styles/common-list-styles.scss";
|
|
||||||
@import "@/styles/common-typography-styles.scss";
|
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue