Maxime Di Lullo 412e83bfa9 Project SetUp
Add node_modules, gulp (to watch and compile js and sass) + create project directories
2019-05-31 12:29:24 -04:00

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;