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