/*

Problems: 

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 2:3 Could not find mixin named ".flex-display".
 1: msp-asset-preview-from-child {
 2:   .flex-display(flex);
 3:   .flex-direction(column);

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 3:3 Could not find mixin named ".flex-direction".
 2:   .flex-display(flex);
 3:   .flex-direction(column);
 4:   .flex(1 1 auto);  // needed for flexbox parent

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 4:3 Could not find mixin named ".flex".
 3:   .flex-direction(column);
 4:   .flex(1 1 auto);  // needed for flexbox parent
 5:   height: 100%;     // needed for content-box (block) parent

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 8:5 Could not find mixin named ".flex-display".
 7:   .csAssetPreview__snippetRenderer {
 8:     .flex-display(flex);
 9:     .flex-direction(column);

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 9:5 Could not find mixin named ".flex-direction".
  8:     .flex-display(flex);
  9:     .flex-direction(column);
 10:     .flex(1 1 100%);

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 10:5 Could not find mixin named ".flex".
  9:     .flex-direction(column);
 10:     .flex(1 1 100%);
 11:     overflow: hidden;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 18:5 Could not find mixin named ".columns-break-inside".
 17:   .csAssetPreview__customPreview__no_col_break {
 18:     .columns-break-inside(avoid);
 19:   }

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 22:5 Could not find mixin named ".columns-span".
 21:   .csAssetPreview__customPreview__no_cols {
 22:     .columns-span(all);
 23:   }

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 29:16 The variable "@widget-padding" was not declared.
 28:   .csAssetPreview__customProductPreview {
 29:     padding: 0 @widget-padding;
 30: 

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 36:7 Could not find mixin named ".flex-display".
 35:     .csAssetPreview__customPreview__head {
 36:       .flex-display();
 37:       .flex-direction(row);

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 37:7 Could not find mixin named ".flex-direction".
 36:       .flex-display();
 37:       .flex-direction(row);
 38: 

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 43:9 Could not find mixin named ".flex".
 42:         margin: 0 @space-default @space-small 0;
 43:         .flex(0 0 auto);
 44:       }

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 42:19 The variable "@space-default" was not declared.
 41:         max-width: @customProductPreview_colWidth;
 42:         margin: 0 @space-default @space-small 0;
 43:         .flex(0 0 auto);

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 42:34 The variable "@space-small" was not declared.
 41:         max-width: @customProductPreview_colWidth;
 42:         margin: 0 @space-default @space-small 0;
 43:         .flex(0 0 auto);

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 46:9 Could not find mixin named ".flex".
 45:       .csAssetPreview__customPreview__text {
 46:         .flex(1 1 auto);
 47:         overflow: hidden;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 48:9 Could not find mixin named ".align-self".
 47:         overflow: hidden;
 48:         .align-self(center);
 49:       }

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 32:35 The variable "@space-default" was not declared.
 31:     @customProductPreview_colWidth: 25.5rem;    // we want 1 column at a widget width of 1. 2cols at the width 2. => colWidth = ( 2-col-widget-width (=560px) - (2 * @widget-padding) - 1 gap (20px)) / 2
 32:     @customProductPreview_colGap: @space-default;
 33: 

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 55:7 Could not find mixin named ".columns".
 54:       margin-bottom: @space-default;
 55:       .columns(@customProductPreview_colWidth, auto, @customProductPreview_colGap, transparent, solid, 0);
 56:     }

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 54:22 The variable "@space-default" was not declared.
 53:     .csAssetPreview__customPreview__content {
 54:       margin-bottom: @space-default;
 55:       .columns(@customProductPreview_colWidth, auto, @customProductPreview_colGap, transparent, solid, 0);

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 73:20 The variable "@font-weight-semibold" was not declared.
 72:       font-size: 4rem;
 73:       font-weight: @font-weight-semibold;
 74:       line-height: 1.2;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 75:14 The variable "@color-00" was not declared.
 74:       line-height: 1.2;
 75:       color: @color-00;
 76:       white-space: normal;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 79:14 The variable "@color-05" was not declared.
 78:     .csAssetPreview__customPreview__subtitle {
 79:       color: @color-05;
 80:     }

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 84:20 The variable "@font-weight-normal" was not declared.
 83:       font-style: italic;
 84:       font-weight: @font-weight-normal;
 85:       color: @color-05;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 85:14 The variable "@color-05" was not declared.
 84:       font-weight: @font-weight-normal;
 85:       color: @color-05;
 86:       line-height: 1.2;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 91:20 The variable "@font-weight-semibold" was not declared.
 90:       font-style: italic;
 91:       font-weight: @font-weight-semibold;
 92:       line-height: 1.2;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 156:16 The variable "@widget-padding" was not declared.
 155:   .csAssetPreview__customArticlePreview {
 156:     padding: 0 @widget-padding;
 157: 

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 159:35 The variable "@space-default" was not declared.
 158:     @customArticlePreview_colWidth: 35rem;    // we want 1 column at a widget width of 1&2. 2cols at the width 3, 3cols at the width 4. => colWidth = ( 4-col-widget-width (=1140px) - (2 * @widget-padding) - 2 gap (20px)) / 3
 159:     @customArticlePreview_colGap: @space-default;
 160: 

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 169:7 Could not find mixin named ".columns".
 168:       margin-bottom: @space-default;
 169:       .columns(@customArticlePreview_colWidth, auto, @customArticlePreview_colGap, transparent, solid, 0);
 170:       .columns-span();

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 170:7 Could not find mixin named ".columns-span".
 169:       .columns(@customArticlePreview_colWidth, auto, @customArticlePreview_colGap, transparent, solid, 0);
 170:       .columns-span();
 171: 

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 168:22 The variable "@space-default" was not declared.
 167:     .csAssetPreview__customPreview__content {
 168:       margin-bottom: @space-default;
 169:       .columns(@customArticlePreview_colWidth, auto, @customArticlePreview_colGap, transparent, solid, 0);

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 208:20 The variable "@font-weight-semibold" was not declared.
 207:       font-size: 2.8rem;
 208:       font-weight: @font-weight-semibold;
 209:       line-height: 1.2;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 210:14 The variable "@color-00" was not declared.
 209:       line-height: 1.2;
 210:       color: @color-00;
 211:       white-space: normal;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 220:14 The variable "@color-05" was not declared.
 219:       font-size: 1.6rem;
 220:       color: @color-05;
 221:       text-transform: uppercase;

ERROR web/msp/client/mspAssetPreviewFromChild/mspAssetPreviewFromChild.less 222:20 The variable "@font-weight-normal" was not declared.
 221:       text-transform: uppercase;
 222:       font-weight: @font-weight-normal;
 223:     }


*/

