forked from tykayn/funky-framadate-front
36 lines
1.2 KiB
SCSS
36 lines
1.2 KiB
SCSS
|
@charset "utf-8";
|
||
|
/*
|
||
|
You can add global.scss styles to this file, and also import other style files
|
||
|
==================================================
|
||
|
all styles should be imported in an order from top:
|
||
|
most global scope, to bottom: the most specific scope of qualification.
|
||
|
==================================================
|
||
|
*/
|
||
|
// configuration
|
||
|
@import './styles/variables';
|
||
|
@import './styles/dev-utilities/mixins';
|
||
|
@import './styles/dev-utilities/helpers';
|
||
|
@import './styles/dev-utilities/debug';
|
||
|
@import './styles/libraries/frameworks';
|
||
|
@import './styles/libraries/overrides';
|
||
|
// typography
|
||
|
//@import './styles/partials/font-families';
|
||
|
@import './styles/partials/typo';
|
||
|
// themes
|
||
|
@import './styles/themes/all';
|
||
|
// most general dom elements
|
||
|
@import './styles/partials/global';
|
||
|
@import './styles/partials/logo';
|
||
|
@import './styles/partials/navigation';
|
||
|
|
||
|
// main content elements
|
||
|
@import './styles/partials/main';
|
||
|
@import './styles/partials/tables';
|
||
|
@import './styles/partials/buttons';
|
||
|
@import './styles/partials/links';
|
||
|
@import './styles/partials/forms';
|
||
|
@import './styles/partials/form-controls';
|
||
|
@import './styles/partials/images';
|
||
|
// responsive, mobile first goal
|
||
|
@import './styles/partials/responsive';
|