/*****************************************************************************/
/* BEGIN "test/autotests/plugin/installed/node_modules/installed/style.less" */
/* @import "mixins.less"; */
/*------------------------------------------------------------------------------*/
/* + BEGIN "test/autotests/plugin/installed/node_modules/installed/mixins.less" */
.bordered {
  border-top: dotted 1px purple;
  border-bottom: solid 2px purple;
}
/* + END   "test/autotests/plugin/installed/node_modules/installed/mixins.less" */
/*------------------------------------------------------------------------------*/
/* @import "variables.less"; */
/*---------------------------------------------------------------------------------*/
/* + BEGIN "test/autotests/plugin/installed/node_modules/installed/variables.less" */
/* + END   "test/autotests/plugin/installed/node_modules/installed/variables.less" */
/*---------------------------------------------------------------------------------*/
.installed {
  border-top: dotted 1px purple;
  border-bottom: solid 2px purple;
}
/* END   "test/autotests/plugin/installed/node_modules/installed/style.less" */
/*****************************************************************************/
