/*! Theme Name: Slightly Theme URI: http://slightlytheme.com Author: Nick Ciliak Author URI: http://nickciliak.com Description: Slightly is a minimal, clean, ever-so-slightly opinionated WP theme for a beautifully simple start. Version: 1.1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: slightly Tags: one-column, blog, right-sidebar, accessibility-ready, featured-image-header, featured-images, sticky-post, threaded-comments This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. Slightly is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */ // Use this command to compile the CSS. Must have Sass installed. // sass -t compressed --sourcemap=none --watch sass/style.scss:style.css /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Mixins # Mixins Master # Base # Variables # Normalize # Base # Links # Typography # Components # Navigation # Buttons # Forms # Widgets # Comments # Blocks # Photo # Button # Layout # Header # Footer # Posts and Pages # WooCommerce # Media # Captions # Galleries # Media # Modules # Accessibility # Alignments # Clearings # Infinite Scroll # Utility --------------------------------------------------------------*/ @import "mixins/mixins-master"; @import "base/variables"; @import "base/normalize"; @import "base/base"; @import "base/links"; @import "base/typography"; @import "components/navigation"; @import "components/buttons"; @import "components/forms"; @import "components/widgets"; @import "components/comments"; @import "blocks/photo"; @import "blocks/button"; @import "layout/header"; @import "layout/footer"; @import "layout/posts-and-pages"; @import "layout/woocommerce"; @import "media/captions"; @import "media/galleries"; @import "media/media"; @import "modules/accessibility"; @import "modules/alignments"; @import "modules/clearings"; @import "modules/infinite-scroll"; @import "modules/utility";