Сделала css переменные

This commit is contained in:
Daria Golova
2022-10-04 11:30:59 +03:00
parent c862a6bf04
commit a3c7120777
6 changed files with 15 additions and 23 deletions

View File

@@ -12,7 +12,6 @@ export default {
</script>
<style lang="sass">
@import "./assets/sass/variables.sass"
#app
font-family: Raleway
@@ -20,7 +19,7 @@ export default {
-moz-osx-font-smoothing: grayscale
text-align: center
width: 100%
background-color: $bg-lavender-color
background-color: var(--bg-lavender-color)
body
margin: 0