/*********************************************************/
/* BEGIN "test/autotests/plugin/bundling/variables.less" */
/* END   "test/autotests/plugin/bundling/variables.less" */
/*********************************************************/
/*******************************************************/
/* BEGIN "test/autotests/plugin/bundling/foo/foo.less" */
/* @import "require:installed/mixins.less"; */
/*-----------------------------------------------------------------------------*/
/* + BEGIN "test/autotests/plugin/bundling/node_modules/installed/mixins.less" */
.bordered {
  border-top: dotted 1px purple;
  border-bottom: solid 2px purple;
}
/* + END   "test/autotests/plugin/bundling/node_modules/installed/mixins.less" */
/*-----------------------------------------------------------------------------*/
.foo {
  color: green;
  border-top: dotted 1px purple;
  border-bottom: solid 2px purple;
}
/* END   "test/autotests/plugin/bundling/foo/foo.less" */
/*******************************************************/
/*******************************************************/
/* BEGIN "test/autotests/plugin/bundling/bar/bar.less" */
/* @import "require:installed/mixins.less"; (skipped, already imported) */
.bar {
  color: blue;
  border-top: dotted 1px purple;
  border-bottom: solid 2px purple;
}
/* END   "test/autotests/plugin/bundling/bar/bar.less" */
/*******************************************************/

