Documenting need to fixup missing imports after #1908:
Convert Basic theme from Boostrap 3 to Boostrap 4 and use sass instead of lessc (also fixes #1770) #1908
If you get the @import "notice"; and @import "bootstrap"; errors running ./m css then do:
- point your browser to https://github.com/twbs/bootstrap/tree/v4.5.3/scss (optional)
- modify the browser url to https://ssgithub.com/twbs/bootstrap/tree/v4.5.3/scss
- click the download button to save a zip file to a convenient location
- unzip the file to xstatic/pkg/bootstrap/data creating a scss directory as a sibling to the existing css and js directories
- rerun
./m css