/* Theme Name: Begonia Lite Theme URI: https://github.com/pixelgrade/begonia-lite Author: Pixelgrade Author URI: https://pixelgrade.com Description: Begonia Lite is a blogging theme that frames your ideas and findings in a striking layout with a modern twist! Version: 1.1.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: begonia-lite Domain Path: /languages/ Tags: grid-layout, blog, photography, custom-menu, threaded-comments Begonia Lite WordPress Theme, Copyright (C) 2017-2019, Pixelgrade. Begonia Lite is distributed under the terms of the GNU GPL v2 or later. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html Begonia Lite is based on Underscores http://underscores.me/, (C) 2012-2018 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 - Base Styles * 3.0 - Abstractions * 4.0 - Components * 5.0 - Utility * 6.0 - Layout * 7.0 - Hacks and Overrides * */ @import "settings"; @import "tools/functions"; @import "tools/mixins"; @import "tools/wp-offset"; @import "tools/baseline"; /** * 1.0 - Reset */ @import "generic/normalize"; @import "generic/reset"; /** * 2.0 - Base Styles */ @import "tools/typeline"; @import "base/blockquote"; @import "base/forms"; @import "base/lists"; @import "base/links"; @import "base/pre"; @import "base/table"; @import "base/titles"; @import "base/typography"; @import "base/wp-align"; /** * 3.0 - Abstractions */ // @import "objects/_dummy-object"; // @import "objects/grid"; /** * 4.0 - Components */ // @import "components/_dummy-component"; // @import "components/btn"; // @import "components/navbar/navbar"; @import "components/burger"; @import "components/hero"; @import "components/header"; @import "components/footer"; @import "components/widgets"; @import "components/toolbar"; @import "components/card"; /** * 5.0 - Utility Classes */ @import "utility/widths"; /** * 6.0 - Layout */ @import "layout/archive"; @import "layout/page"; @import "layout/single"; /** * 7.0 - Hacks and Overrides */ @import "shame";