/* Theme Name: OnePress Theme URI: https://www.famethemes.com/themes/onepress/ Author: FameThemes Author URI: http://www.famethemes.com Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress) Version: 2.2.8 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: onepress Tested up to: 5.6 Requires PHP: 5.6 Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio 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. OnePress is based on Underscores http://underscores.me/, (C) 2012-2015 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/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- 1.0 Reset 2.0 Document 3.0 Layout 4.0 Structure 5.0 Contents 6.0 Elements 7.0 Widgets 8.0 Sections 9.0 External Plugins --------------------------------------------------------------*/ @import "variables"; /*-------------------------------------------------------------- 1.0 Reset --------------------------------------------------------------*/ // @import "reset"; /* Reset already include in bootstrap */ /*-------------------------------------------------------------- 2.0 Document Setup --------------------------------------------------------------*/ html, body { height: 100%; } @import "document"; /*-------------------------------------------------------------- 3.0 Layout --------------------------------------------------------------*/ @import "layout"; /*-------------------------------------------------------------- 4.0 Structure --------------------------------------------------------------*/ @import "structure"; /*-------------------------------------------------------------- 5.0 Contents --------------------------------------------------------------*/ @import "contents"; /*-------------------------------------------------------------- 6.0 Elements --------------------------------------------------------------*/ @import "elements"; /*-------------------------------------------------------------- 7.0 Widgets --------------------------------------------------------------*/ @import "widgets"; /*-------------------------------------------------------------- 8.0 Sections --------------------------------------------------------------*/ @import "sections"; /*-------------------------------------------------------------- 9.0 External Plugins --------------------------------------------------------------*/ @import "external_plugins"; @import "bully"; @import "gutenberg";