You can isolate parts of templates you want to re-use into components, but you can also reuse those components across pages using layouts. This lesson walks you through creation a navigation component then extracting it out into the default layout.
Hello, what about this scenario,
bulma installed with yarn
css: [ { src: 'bulma', lang: 'sass' } ]
this is getting me This dependency was not found error.
Thanks!