@charset "utf-8";
/*!
Theme Name: Amethyst
Theme URI: http://amethyst.asknode.net/
Author: featherplain
Author URI: https://asknode.net/
Description: Amethyst is a simple blog theme that cared to typography and readability for all devices. The design is kept simple, fully responsive and flexible tow-columns. Features are, two widgets, customizer, Foundation, Genericons, Font Awesome, Sass, Gulp use.
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: license.txt
Text Domain: amethyst
Tags: white, responsive-layout, one-column, two-columns, right-sidebar, editor-style, sticky-post, microformats, featured-images, custom-colors, custom-menu, custom-background
*/

//
// core files
// -------------------------------------------------------------------
// variables
@import 'components/core/config';
// original mixins and placeholder
@import 'components/core/placeholder';
@import 'components/core/mixins';
@import 'components/core/functions';
// Foundation
@import 'components/core/foundation/settings';
@import 'components/core/foundation/foundation';

// If you need CSS sprite images, uncomment this.
// @import 'components/core/sprite';

//
// styles
// -------------------------------------------------------------------
@import 'components/default';
@import 'components/forms';
@import 'components/buttons';
@import 'components/header';
@import 'components/footer';
@import 'components/layout';
@import 'components/post';
@import 'components/post-navigation';
@import 'components/comments';
@import 'components/widgets';
@import 'components/social-links';
// WordPress
@import 'components/wp/wp-config';
@import 'components/wp/wp-editor-styles';
@import 'components/wp/wp-classes';
