/*-----------------------------------------------------------------------*/ /* Import Core LESS Framework */ /*-----------------------------------------------------------------------*/ // Import Core LESS Framework @import "mno_enterprise/main"; // Import default variables // @import "mno_enterprise/variables.less"; /*-----------------------------------------------------------------------*/ /* Customization */ /*-----------------------------------------------------------------------*/ // Import theme colors //-------------------------------------------- @import "../../../frontend/src/app/stylesheets/theme"; // Import custom variables //-------------------------------------------- @import "../../../frontend/src/app/stylesheets/variables"; // Import custom fonts //-------------------------------------------- @import "../../../frontend/src/fonts/font-faces"; // Import published theme previewer style //-------------------------------------------- // Comment this line if you do not plan to use // the theme previewer to style your // application @import "../../../frontend/src/app/stylesheets/theme-previewer-published"; // Import temporary theme previewer style //-------------------------------------------- // Uncomment this line if you want to apply changes // made in the Theme Previewer that are saved // but unpublished // @import "../../../frontend/src/app/stylesheets/theme-previewer-tmp"; // Import any custom less file below //-------------------------------------------- // @import 'homepage'