Contains the theme used on minecraft.net based on Boostrap 4
> npm i @mojang/web-theme-bootstrap --save
This package includes two parts:
These files can be found under the scss folder. In your main scss file, include the following to get started:
$freyja-asset-path: "[path_to_public_folder]";
$master-head-height-lg: 112px;
$master-head-height-md: 87px;
$global-menu-height: 27px;
@import "~@mojang/web-theme-bootstrap/scss/styles";
Note that the theme takes care of including bootstrap the way it needs to be included so you do not need to @import it yourself.
In order to use the image assets and svg icons included in this package you need to have a build step in your build that copies the image assets to your public folder.
The svg icons also needs to be converted into a svg-sprite using svgstore or similar tool.