diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-09-11 17:08:28 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-09-11 17:08:28 -0400 |
commit | c3c8633a7cd0343ce36dd0d254ace605303e1a1d (patch) | |
tree | c06b6489412038055077e2538abc7190601eff4d /iridescence/src/App.vue | |
parent | 8ac8ad09c71b10597a354eabf81cbafa14f00940 (diff) | |
download | theglassyladies-c3c8633a7cd0343ce36dd0d254ace605303e1a1d.tar.xz theglassyladies-c3c8633a7cd0343ce36dd0d254ace605303e1a1d.zip |
migrated back from typescript
Diffstat (limited to 'iridescence/src/App.vue')
-rw-r--r-- | iridescence/src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iridescence/src/App.vue b/iridescence/src/App.vue index 4094265..fa08cab 100644 --- a/iridescence/src/App.vue +++ b/iridescence/src/App.vue @@ -20,6 +20,6 @@ export default { </script> <style lang="scss"> -@import "../node_modules/bulma/bulma.sass"; +@use "../node_modules/bulma/bulma.sass"; @import url("https://fonts.googleapis.com/css2?family=Nova+Mono&display=swap"); </style> |