@import (reference) "toc.less";
@import (reference) "direct.less";
@import (reference) "video.less";
@import (reference) "html.less";
@import (reference) "navigation.less";
@import (reference) "landing.less";
@import (reference) "page-element.less";

.vanillabean-scenes(@toc: true) when (@toc = true){

    //init the styles
    .viewdo-toc(@primary, @secondary, @theme);

}

.vanillabean-scenes(@direct: true) when (@direct = true){

    //init the styles
    .viewdo-direct(@primary, @secondary, @theme);

}

.vanillabean-scenes(@video: true,) when (@video = true){

    //init the styles
    .viewdo-video(@primary, @secondary, @theme);

}

.vanillabean-scenes(@html: true) when (@html = true){

    //init the styles
    .viewdo-html(@primary, @secondary, @theme);

}

.vanillabean-scenes(@nav: true) when (@nav = true){

    //init the styles
    .viewdo-nav(@primary, @secondary, @theme);

}

.vanillabean-scenes(@landing: true) when (@landing = true){

    //init the styles
    .viewdo-landing(@primary, @secondary, @theme);

}

.vanillabean-scenes(@page-element: true) when (@page-element = true){

    //init the styles
    .viewdo-page-element(@primary, @secondary, @theme);

}