diff --git a/src/frontend/static/styles/pyShelf.sass b/src/frontend/static/styles/pyShelf.sass index da94d1e..1e7e809 100644 --- a/src/frontend/static/styles/pyShelf.sass +++ b/src/frontend/static/styles/pyShelf.sass @@ -154,7 +154,6 @@ $footer-background-color: $ps-color-primary-trans !important justify-content: flex-end; // @import "../../node_modules/bulma/bulma.scss" -@use "bulma/bulma.sass"; .container-full width: 100%; @@ -163,3 +162,5 @@ $footer-background-color: $ps-color-primary-trans !important flex-direction: column; justify-content: center; align-items: center; + +@use "bulma/bulma.sass";