bones73k/assets/css/app.scss

18 lines
308 B
SCSS
Raw Normal View History

/* Fonts */
@import "fonts";
2021-02-25 16:39:03 -05:00
/* Bootstrap custom variable overrides */
@import "bs-custom";
2020-09-12 18:43:17 -04:00
/* Bootstrap v5 scss */
@import "~bootstrap/scss/bootstrap";
2020-09-12 18:43:17 -04:00
/*SVG ICON SYSTEM*/
@import "svg-icons";
2020-09-12 18:43:17 -04:00
/* LiveView specific CSS */
@import "phx-liveview";
2020-09-12 18:43:17 -04:00
/* Navbar toggler icon override */
@import "nav-burger";