|
|
@ -1,17 +1,8 @@ |
|
|
|
/*------------------- |
|
|
|
Theme |
|
|
|
Theme |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
@theme : 'semantic'; |
|
|
|
@buttonTheme : 'github'; |
|
|
|
|
|
|
|
.importVariables(element) { |
|
|
|
// check if child theme exists |
|
|
|
@import "theme/semantic/@{element}.variables"; |
|
|
|
} |
|
|
|
.importOverrides(element) { |
|
|
|
// check if child theme exists |
|
|
|
@import "theme/semantic/@{element}.overrides"; |
|
|
|
} |
|
|
|
|
|
|
|
@import "theme/semantic/global.variables"; |
|
|
|
|
|
|
|
@import "theme.less"; |