Sha256: dfe820c99f3fceb26c408ef11df3505fede8b4c95977ca01f45897bff5d50c31
Contents?: true
Size: 1.58 KB
Versions: 12
Compression:
Stored size: 1.58 KB
Contents
/*-----------------------------------------------------------------------*/ /* 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'
Version data entries
12 entries across 12 versions & 1 rubygems