main.less
644 Bytes
// *************************************************************************************************
// This file complile all .less files for the project as well as bootstrap
// *************************************************************************************************
// import defulat bootstrap
@import "../vendor/bootstrap/less/bootstrap.less";
// project related custom variables and mixins
@import "variables.less";
// project related usefull mixins and bootstrap overrides
@import "useful.less";
// All custom styles for the project
@import "main-css.less";
// All custom styles for the project
@import "wordpress-css.less";