mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
21 lines
576 B
Plaintext
21 lines
576 B
Plaintext
// DO not edit this file. This file is only used to build your theme by calling 'lessc -x build.less ../css/theme.css'
|
|
|
|
// Edit this if your theme folder resides outside of your humhub/themes directory.
|
|
@HUMHUB: "../../../static/less";
|
|
|
|
// Import default variables and mixins
|
|
@import "@{HUMHUB}/variables.less";
|
|
@import "@{HUMHUB}/mixins.less";
|
|
|
|
// Import default less
|
|
@import "@{HUMHUB}/humhub.less";
|
|
|
|
// Overwrite default variables and mixins here
|
|
@import "variables.less";
|
|
|
|
// Define mixins
|
|
@import "mixins.less";
|
|
|
|
// Define/Overwrite selectors here
|
|
@import "theme.less";
|