0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00
penpot/frontend/resources/styles/view.scss

45 lines
1.3 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/.
//
// Copyright (c) 2016 Andrey Antukh <niwi@niwi.nz>
// Copyright (c) 2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
2016-06-26 10:27:47 +02:00
// UXBOX VIEW STYLES
2016-06-11 21:43:57 +03:00
//#################################################
//
//#################################################
2016-06-26 10:27:47 +02:00
@import 'common/dependencies/colors';
@import 'common/dependencies/uxbox-light';
@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';
2016-06-11 21:43:57 +03:00
//#################################################
// Layouts
//#################################################
2016-06-26 10:27:47 +02:00
@import 'common/base';
@import 'view/layouts/main-layout';
2016-06-11 21:43:57 +03:00
//#################################################
// Commons
//#################################################
2016-06-26 10:27:47 +02:00
@import 'common/framework';
2016-06-11 21:43:57 +03:00
//#################################################
// Partials
//#################################################
//#################################################
// Resources
//#################################################
@import 'collection/font-collection';