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

53 lines
1.5 KiB
SCSS
Raw Normal View History

2016-06-26 04:52:56 -05: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 16:23:22 -05:00
// Copyright (c) KALEIDOS INC
2016-06-26 04:52:56 -05:00
2015-06-18 12:35:50 -05:00
//#################################################
// Import libraries
//#################################################
@use "sass:color";
//#################################################
// MAIN STYLES
2015-06-18 12:35:50 -05:00
//#################################################
2021-01-22 08:33:18 -05:00
@import "common/dependencies/colors";
@import "common/dependencies/helpers";
@import "common/dependencies/mixin";
@import "common/dependencies/fonts";
@import "common/dependencies/reset";
@import "common/dependencies/animations";
@import "common/dependencies/z-index";
@import "common/dependencies/highlightjs-theme";
2015-06-18 12:35:50 -05:00
2023-11-27 08:31:05 -05:00
@import "animate";
@import "common/refactor/color-defs.scss";
@import "common/refactor/themes.scss";
@import "common/refactor/design-tokens.scss";
2015-06-18 12:35:50 -05:00
//#################################################
// Layouts
//#################################################
2021-01-22 08:33:18 -05:00
@import "common/base";
@import "main/layouts/main-layout";
2020-04-02 10:08:24 -05:00
@import "main/layouts/not-found";
2015-06-18 12:35:50 -05:00
//#################################################
// Commons
//#################################################
2021-01-22 08:33:18 -05:00
@import "common/framework";
2020-10-05 11:20:39 -05:00
@import "main/partials/texts";
2015-06-18 12:35:50 -05:00
//#################################################
// Partials
//#################################################
2021-01-22 08:33:18 -05:00
@import "main/partials/debug-icons-preview";
@import "main/partials/loader";
@import "main/partials/workspace";