webseite/assets/sass/main.scss

58 lines
1.2 KiB
SCSS
Raw Normal View History

2018-02-25 00:49:23 +01:00
@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/skel';
@import 'font-awesome.min.css';
@import 'font.css';
2018-02-25 00:49:23 +01:00
/*
Solid State by HTML5 UP
2018-02-25 00:49:23 +01:00
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
@include skel-breakpoints((
xlarge: '(max-width: 1680px)',
large: '(max-width: 1280px)',
medium: '(max-width: 980px)',
small: '(max-width: 736px)',
xsmall: '(max-width: 640px)',
xxsmall: '(max-width: 360px)'
2018-02-25 00:49:23 +01:00
));
@include skel-layout((
reset: 'full',
boxModel: 'border',
grid: ( gutters: 1.75em ),
breakpoints: (
small: (
grid: ( gutters: 1.25em )
)
)
2018-02-25 00:49:23 +01:00
));
// Base.
@import 'base/page';
@import 'base/typography';
// Component.
@import 'components/section';
2018-02-25 00:49:23 +01:00
@import 'components/form';
@import 'components/box';
@import 'components/icon';
@import 'components/image';
@import 'components/list';
@import 'components/table';
@import 'components/button';
@import 'components/features';
2018-02-25 00:49:23 +01:00
// Layout.
@import 'layout/header';
@import 'layout/menu';
@import 'layout/banner';
@import 'layout/wrapper';
@import 'layout/footer';