mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-24 12:54:11 +01:00
- Don't nest selectors when there is no need to - Use SCSS variables instead of CSS3 variables in SCSS files, otherwise we can't use SCSS functions. CSS3 variables should be kept for the front-end manipulations
14 lines
351 B
SCSS
14 lines
351 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";
|