mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-05-02 04:18:09 +00:00
Updated all scss imports to be relative from src alias
Alias defined in webpack.config.js
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "./src/scss/variables";
|
||||
@import "src/scss/variables";
|
||||
|
||||
$background: $background-ui;
|
||||
$background-selected: $background-color-secondary;
|
||||
|
||||
Reference in New Issue
Block a user