@charset "utf-8"; /* Theme Name: Amethyst Theme URI: http://amethyst.asknode.net/ Author: featherplain Author URI: http://asknode.net/ Description: Amethyst is a simple theme based on Foundation. The design is kept simple to keep the simplicity of the Foundation. Features are, 100% responsive layouts, Genericons, Gulp use, Sass. Version: 1.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 */ // config @import 'components/core/config'; // Foundation /* -------------------------------------------------------------- */ /* Foundation by ZURB /* foundation.zurb.com /* Licensed under MIT Open Source /* -------------------------------------------------------------- */ @import 'components/core/settings'; @import 'components/core/foundation'; // original mixins and placeholder @import 'components/core/placeholder'; @import 'components/core/mixins'; // If you need CSS sprite images, uncomment 'components/core/sprite'. // @import 'components/core/sprite'; @import 'components/default'; @import 'components/header'; @import 'components/footer'; @import 'components/layout'; @import 'components/post'; @import 'components/post-navigation'; @import 'components/post-editor'; @import 'components/wp-classes'; @import 'components/comments'; @import 'components/widgets'; @import 'components/forms'; @import 'components/buttons';