
//----------------------
// global sass variables - dont not remove the bottom comment and do not repeat it
//+++

//----------------------
//module varivales goes here

//----------------------
// children sass files will be linked here - dont not remove the bottom comment and do not repeat it
//+++children+++

/*???????????????????

you will have to load this file maunally with given module loader

"@" - for sub files in a sass tree structure, ignored in main sass compiler
example - "@sub_component.scss"
this file is compiled only when its parent is compiled and ignored if its parent-less

"+" - for lazy files, these files only exists for vegana lazy modules ie : pages,cont,panels,globalComp
example - "+page.scss"
this files compiles into its lazy modules position and is needed to be loaded from module loader seprately

"!" - for files to ignore in main sass compiler
example - "!ignored_sass_file.scss"
this file is ignored

???????????????????*/

//----------------------
// your code goes here
