mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 01:30:58 +00:00
12 lines
266 B
SCSS
12 lines
266 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;
|
|
|