/********************************************************************************/
/* BEGIN "test/autotests/plugin/include-css-files-bundling-disabled/before.css" */
.before {
  color: green;
}
/* END   "test/autotests/plugin/include-css-files-bundling-disabled/before.css" */
/********************************************************************************/
/********************************************************************************/
/* BEGIN "test/autotests/plugin/include-css-files-bundling-disabled/style.less" */
.less {
  color: red;
}
/* END   "test/autotests/plugin/include-css-files-bundling-disabled/style.less" */
/********************************************************************************/
/*******************************************************************************/
/* BEGIN "test/autotests/plugin/include-css-files-bundling-disabled/after.css" */
.after {
  color: blue;
}
/* END   "test/autotests/plugin/include-css-files-bundling-disabled/after.css" */
/*******************************************************************************/


