2016-08-22 00:12:29 -04:00
|
|
|
@import 'bourbon/bourbon';
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Ubuntu', sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Ubuntu'), local('Ubuntu'), url(../fonts/Ubuntu-Regular.ttf) format('ttf');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Serif Pro', serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Source Serif Pro'), local('Source Serif Pro'), url(../fonts/SourceSerifPro-Regular.otf) format('otf');
|
|
|
|
}
|
|
|
|
// ------------------------------
|
|
|
|
// THE BASICS
|
|
|
|
// ------------------------------
|
|
|
|
|
|
|
|
@import 'reset.scss';
|
|
|
|
@import 'grid.scss';
|
|
|
|
@import 'variables.scss';
|
|
|
|
@import 'fontawsome/scss/font-awesome.scss';
|
|
|
|
|
|
|
|
// ------------------------------
|
|
|
|
// GLOBAL STYLES
|
|
|
|
// ------------------------------
|
|
|
|
|
|
|
|
@import 'global.scss';
|
|
|
|
|
|
|
|
// ------------------------------
|
|
|
|
// SECTIONS
|
|
|
|
// ------------------------------
|
|
|
|
|
2016-11-19 01:03:07 -05:00
|
|
|
@import 'sections/blog.scss';
|
2016-08-22 00:12:29 -04:00
|
|
|
|
|
|
|
// ------------------------------
|
|
|
|
// COMPONENTS
|
|
|
|
// ------------------------------
|
|
|
|
|
|
|
|
@import 'components/panels.scss';
|
|
|
|
@import 'components/buttons.scss';
|
|
|
|
@import 'components/navigation.scss';
|
|
|
|
@import 'components/pagination.scss';
|
2016-11-19 01:03:07 -05:00
|
|
|
@import 'components/blog-list.scss';
|
2016-08-22 00:12:29 -04:00
|
|
|
|
|
|
|
// ------------------------------
|
|
|
|
// MEDIA QUERIES
|
|
|
|
// ------------------------------
|
|
|
|
|
|
|
|
@import 'media-queries.scss';
|
|
|
|
|