/*! * Theme Name: Cakifo * Theme URI: http://wpthemes.jayj.dk/cakifo * Description: Cakifo is a nice, responsive theme built from the rock-solid Hybrid Core theme framework. With its HTML5 markup and support for all the WordPress features you love, it might be the perfect theme and a great starting point for your blog! Other features include a homepage template, content slider, post formats, improved widgets and many more useful features. Customize it with a custom background, logo, colors and fonts – or use a child theme as the theme is very child theme friendly. * Version: 1.6.2 * Author: Jesper Johansen * Author URI: http://jayj.dk * Tags: blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, custom-colors, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready * Github Theme URI: https://github.com/jayj/Cakifo * Support URI: http://themehybrid.com/support/forum/cakifo * Documentation URI: https://github.com/jayj/Cakifo/wiki * License: GNU General Public License v2.0 * License URI: http://www.gnu.org/licenses/gpl-2.0.html * Text Domain: cakifo * Domain Path: /languages * * Copyright (c) 2011-2014 Jesper Johansen. All rights reserved. * http://jayj.dk * ********** * NOTICE: Uncompiled .LESS version can be found at style.dev.less ********** */ /*! * * You shouldn't make changes to this file. Use a child theme instead * https://github.com/jayj/Cakifo/wiki/Child-themes * */ // Core variables and mixins @import "less/variables.less"; @import "less/mixins.less"; // Base CSS @import "less/scaffolding.less"; @import "less/type.less"; @import "less/quotes.less"; @import "less/tables.less"; // Page structure @import "less/layouts.less"; @import "less/navigation.less"; @import "less/slider.less"; // Posts, media, comments, and widgets @import "less/entry.less"; @import "less/media.less"; @import "less/post-formats.less"; @import "less/widgets.less"; @import "less/comments.less"; @import "less/forms.less"; // Components: Misc @import "less/misc.less"; // Media queries @import "less/media-queries.less"; // Utility classes @import "less/utilities.less"; // Print @import "less/print.less";