It's Black History Month, so let's make something to reconnect us with our roots. I wanna give a quick shout-out to BlackDoctor.org for sponsoring this video. Now, let's make the best vegan mac and cheese you'll ever have. Vegan mac and cheese is like a double-locked door with two separate keys, and I'm gonna give you both those keys, that way you can unlock the door to a heavenly mac that will remind you of your childhood. Key number one is a creamy base that will last even when you reheat it, and for that, I'm using a homemade cashew cream. And key number two is simply seasoning until your ancestors tell you to stop.
With those two keys, and vegan cheese, of course, you can now make the perfect mac that will remind you of your childhood. You can either eat it immediately, or you can throw it in the oven with some cheese to get a nice, crispy top. Now, all that's left to do is plate and enjoy.
.bvs-transcript{border:0;border-radius:0;margin:0;background:transparent;overflow:visible}.bvs-transcript__toggle{width:100%;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.bvs-transcript__title{font-weight:700;font-size:18px}.bvs-transcript__toggle-label{font-size:12px;font-weight:400;text-transform:none;letter-spacing:0}.bvs-transcript__body{padding:0}.bvs-transcript__body[hidden],.bvs-transcript__block[hidden],.bvs-transcript__load-more[hidden]{display:none}.bvs-transcript__block{margin:0 0 16px}.bvs-transcript__paragraph{margin:0 0 14px;line-height:1.65}.bvs-transcript__paragraph:last-child{margin-bottom:0}.bvs-transcript__load-more{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:10px 16px;border:1px solid #151515;border-radius:0;background:#151515;color:#fff;cursor:pointer;font-size:12px;font-weight:400;line-height:1.2}(function(){function init(root){if(root.dataset.bvsTranscriptReady){return;}root.dataset.bvsTranscriptReady="1";var blocks=Array.prototype.slice.call(root.querySelectorAll("[data-bvs-transcript-block]"));var loadMore=root.querySelector("[data-bvs-transcript-load-more]");var toggle=root.querySelector(".bvs-transcript__toggle");var toggleLabel=root.querySelector("[data-bvs-transcript-toggle-label]");var body=root.querySelector(".bvs-transcript__body");var visible=0;var initial=parseInt(root.getAttribute("data-initial"),10)||3;var step=parseInt(root.getAttribute("data-step"),10)||3;function setToggleLabel(){if(!toggleLabel||!toggle){return;}var expanded=toggle.getAttribute("aria-expanded")==="true";toggleLabel.textContent=expanded?(root.getAttribute("data-hide-label")||"Hide transcript"):(root.getAttribute("data-show-label")||"Show transcript");}function reveal(count){visible=Math.min(blocks.length,visible+count);blocks.forEach(function(block,index){block.hidden=index>=visible;});if(loadMore){loadMore.hidden=visible>=blocks.length;}}reveal(initial);if(loadMore){loadMore.addEventListener("click",function(){reveal(step);});}if(toggle&&body){if(root.getAttribute("data-collapsed")==="1"){body.hidden=true;toggle.setAttribute("aria-expanded","false");}else{toggle.setAttribute("aria-expanded","true");}setToggleLabel();toggle.addEventListener("click",function(){var expanded=toggle.getAttribute("aria-expanded")==="true";toggle.setAttribute("aria-expanded",expanded?"false":"true");body.hidden=expanded;setToggleLabel();});}}function boot(){document.querySelectorAll("[data-bvs-transcript]").forEach(init);}if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",boot);}else{boot();}if("MutationObserver" in window){new MutationObserver(boot).observe(document.documentElement,{childList:true,subtree:true});}})();