0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 11:59:17 -05:00
penpot/frontend/resources/styles/main-default.scss

33 lines
1 KiB
SCSS
Raw Normal View History

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
//#################################################
// MAIN STYLES
2015-06-18 19:35:50 +02:00
//#################################################
@import "common/dependencies/reset";
@import "common/refactor/color-defs.scss";
2021-01-22 14:33:18 +01:00
@import "common/dependencies/fonts";
@import "common/dependencies/animations";
@import "common/dependencies/highlight.scss";
2015-06-18 19:35:50 +02: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";