Removed SCSS variables, and replaced with CSS --vars

This commit is contained in:
Alicia Sykes
2021-04-08 20:12:35 +01:00
parent 0cb6cc7d62
commit 0c12cdb0f6
22 changed files with 96 additions and 87 deletions

View File

@@ -16,7 +16,8 @@
"vue": "^2.6.10",
"vue-cli-plugin-yaml": "^1.0.2",
"vue-js-modal": "^2.0.0-rc.6",
"vue-router": "^3.0.3"
"vue-router": "^3.0.3",
"vue-select": "^3.11.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
@@ -44,7 +45,8 @@
"airbnb-base"
],
"rules": {
"import/no-unresolved": "off"
"import/no-unresolved": "off",
"arrow-parens": 0
},
"parserOptions": {
"parser": "babel-eslint"
@@ -59,4 +61,4 @@
"> 1%",
"last 2 versions"
]
}
}