/* Theme Name: Begonia Lite Theme URI: https://demos.pixelgrade.com/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.0.0 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 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. Begonia 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/ */ /** * * 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";