2016-06-26 11:52:56 +02:00
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
//
|
2022-09-20 23:23:22 +02:00
|
|
|
// Copyright (c) KALEIDOS INC
|
2016-06-26 11:52:56 +02:00
|
|
|
|
2021-03-15 11:23:12 +01:00
|
|
|
//#################################################
|
|
|
|
// MAIN STYLES
|
2015-06-18 19:35:50 +02:00
|
|
|
//#################################################
|
|
|
|
|
2024-06-20 12:37:27 +02:00
|
|
|
@import "common/dependencies/reset";
|
2024-06-19 15:35:50 +02:00
|
|
|
@import "common/refactor/color-defs.scss";
|
2021-01-22 14:33:18 +01:00
|
|
|
@import "common/dependencies/fonts";
|
|
|
|
@import "common/dependencies/animations";
|
2024-07-23 13:07:01 +02:00
|
|
|
@import "common/dependencies/highlight.scss";
|
2015-06-18 19:35:50 +02:00
|
|
|
|
2023-03-15 18:02:57 +01:00
|
|
|
@import "common/refactor/themes.scss";
|
|
|
|
@import "common/refactor/design-tokens.scss";
|
|
|
|
|
2015-06-18 19:35:50 +02:00
|
|
|
//#################################################
|
|
|
|
// Layouts
|
|
|
|
//#################################################
|
|
|
|
|
2021-01-22 14:33:18 +01:00
|
|
|
@import "common/base";
|
2015-06-18 19:35:50 +02:00
|
|
|
|
|
|
|
//#################################################
|
|
|
|
// Commons
|
|
|
|
//#################################################
|
|
|
|
|
2024-06-20 14:58:19 +02:00
|
|
|
// TODO: remove this stylesheet once the new text editor is in place
|
|
|
|
// https: //tree.taiga.io/project/penpot/us/8165
|
2020-10-05 18:20:39 +02:00
|
|
|
@import "main/partials/texts";
|