feat(Navbar): apply sticky style to the main navbar

This commit is contained in:
Alexander Navarro 2024-03-14 14:43:46 -03:00
parent 544815e4d2
commit 9f15e40d6e
5 changed files with 32 additions and 10 deletions

View file

@ -1,5 +1,6 @@
@use './variables.scss' as *;
@use './utils.scss';
@use './animations.scss';
// SASS variables are imported without namespace, but try to always use native
// CSS variables when possible so they can be overrwritten by custom styles