2019-06-01 19:34:20 -04:00

13 lines
330 B
SCSS

@charset "utf-8";
@import "../../node_modules/bulma/sass/utilities/_all.sass";
@import "../../node_modules/bulma/sass/grid/columns.sass";
// Disable the widescreen breakpoint
$widescreen-enabled: false;
// Disable the fullhd breakpoint
$fullhd-enabled: false;
@import "./_partials/general";
@import "./_partials/navigation";