mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
14 lines
350 B
SCSS
14 lines
350 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
@import "colors/all";
|
|
@import "border-radius";
|
|
@import "depression";
|
|
@import "elevation";
|
|
@import "path";
|
|
@import "typography";
|
|
// Important: Keep this partial last as it includes variables from the previous partials
|
|
@import "base";
|